color codes Logo

#feea08 color codes

#FEEA08
(254,234,8)
0 Favorites   0 Comments

Color spaces of #feea08

RGB 2542348
HSL0.150.990.51
HSV55°97°100°
CMYK 0.000.080.97   0.00
XYZ70.339779.934011.9512
Yxy79.93400.43360.4927
Hunter Lab89.4058-16.026054.6586
CIE-Lab91.6552-11.768689.8533

#feea08 color RGB value is (254,234,8).

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

The process color (four color CMYK) of #feea08 color code is 0.00, 0.08, 0.97, 0.00. Web safe color of #feea08 is #ffff00. Color #feea08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 00001000
Octal 376 352 10
Decimal 254 234 8
Hex FE EA 8

RGB Percentages of Color #feea08

%51.21
%47.18
%1.61

CMYK Percentages of Color #feea08

%0
%8
%97
%0

Triadic Colors of #feea08

#feea08 #08feea #ea08fe

Analogous Colors of #feea08

#feea08 #97fe08 #fe6f08

Monochromatic Colors of #feea08

#feea08

Complementary Color

#feea08 #081cfe

#feea08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feea08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feea08 Color CSS Codes

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

#feea08 Text Font Color

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

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


#feea08 Background Color

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

This div background color is #feea08


#feea08 Border Color

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

This div border color is #feea08


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,234,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 #feea08">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feea08

Related Colors


Comments

No comments written yet.

Please login to write comment.