Color Hex Logo

#fecb08 Color Hex

#FECB08
(254,203,8)
0 Favorites   0 Comments

Color spaces of #fecb08

RGB 2542038
HSL0.130.990.51
HSV48°97°100°
CMYK 0.000.200.97   0.00
XYZ62.272863.80029.2623
Yxy63.80020.46010.4714
Hunter Lab79.8750-0.617749.0373
CIE-Lab83.86163.828884.2157

#fecb08 color RGB value is (254,203,8).

#fecb08 hex color red value is 254, green value is 203 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fecb08 hue: 0.13 , saturation: 0.99 and the lightness value of fecb08 is 0.51.

The process color (four color CMYK) of #fecb08 color hex is 0.00, 0.20, 0.97, 0.00. Web safe color of #fecb08 is #ffcc00. Color #fecb08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 00001000
Octal 376 313 10
Decimal 254 203 8
Hex FE CB 8

RGB Percentages of Color #fecb08

%54.62
%43.66
%1.72

CMYK Percentages of Color #fecb08

%0
%20
%97
%0

Triadic Colors of #fecb08

#fecb08 #08fecb #cb08fe

Analogous Colors of #fecb08

#fecb08 #b6fe08 #fe5008

Monochromatic Colors of #fecb08

#fecb08

Complementary Color

#fecb08 #083bfe

#fecb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecb08 Color CSS Codes

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

#fecb08 Text Font Color

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

This sample text font color is #fecb08
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.


#fecb08 Background Color

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

This div background color is #fecb08


#fecb08 Border Color

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

This div border color is #fecb08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,203,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fecb08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fecb08;
  -webkit-box-shadow: 1px 1px 3px 2px #fecb08;
  box-shadow:         1px 1px 3px 2px #fecb08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,203,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecb08

Related Colors


Comments

No comments written yet.

Please login to write comment.