color codes Logo

#fdce1b color codes

#FDCE1B
(253,206,27)
0 Favorites   0 Comments

Color spaces of #fdce1b

RGB 25320627
HSL0.130.980.55
HSV48°89°99°
CMYK 0.000.190.89   0.01
XYZ62.777165.104410.2946
Yxy65.10440.45430.4712
Hunter Lab80.6873-2.324548.9165
CIE-Lab84.53752.084682.2276

#fdce1b color RGB value is (253,206,27).

#fdce1b hex color red value is 253, green value is 206 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fdce1b hue: 0.13 , saturation: 0.98 and the lightness value of fdce1b is 0.55.

The process color (four color CMYK) of #fdce1b color code is 0.00, 0.19, 0.89, 0.01. Web safe color of #fdce1b is #ffcc33. Color #fdce1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 00011011
Octal 375 316 33
Decimal 253 206 27
Hex FD CE 1B

RGB Percentages of Color #fdce1b

%52.06
%42.39
%5.56

CMYK Percentages of Color #fdce1b

%0
%19
%89
%1

Triadic Colors of #fdce1b

#fdce1b #1bfdce #ce1bfd

Analogous Colors of #fdce1b

#fdce1b #bbfd1b #fd5d1b

Monochromatic Colors of #fdce1b

#fdce1b

Complementary Color

#fdce1b #1b4afd

#fdce1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce1b Color CSS Codes

.mybgcolor {background-color:#fdce1b; } 
.myforecolor {color:#fdce1b; }
.mybordercolor {border:3px solid #fdce1b; }

#fdce1b Text Font Color

<p style="color:#fdce1b">Text here</p>

This sample text font color is #fdce1b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fdce1b Background Color

<div style="background-color:#fdce1b">
Div content here</div>

This div background color is #fdce1b


#fdce1b Border Color

<div style="border:3px solid #fdce1b">
Div here</div>

This div border color is #fdce1b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,206,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdce1b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdce1b;
  -webkit-box-shadow: 1px 1px 3px 2px #fdce1b;
  box-shadow:         1px 1px 3px 2px #fdce1b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,206,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fdce1b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fdce1b;
  -webkit-box-shadow: 1px 1px 3px 2px #fdce1b;
  box-shadow:         1px 1px 3px 2px #fdce1b;">
Div content here</div>

This div box has shadow with color #fdce1b


Comments

No comments written yet.

Please login to write comment.