Color Hex Logo

#fef855 Color Hex

#FEF855
(254,248,85)
0 Favorites   0 Comments

Color spaces of #fef855

RGB 25424885
HSL0.160.990.66
HSV58°67°100°
CMYK 0.000.020.67   0.00
XYZ76.080188.861521.7365
Yxy88.86150.40750.4760
Hunter Lab94.2664-20.903252.3150
CIE-Lab95.5225-16.455175.3913

#fef855 color RGB value is (254,248,85).

#fef855 hex color red value is 254, green value is 248 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fef855 hue: 0.16 , saturation: 0.99 and the lightness value of fef855 is 0.66.

The process color (four color CMYK) of #fef855 color hex is 0.00, 0.02, 0.67, 0.00. Web safe color of #fef855 is #ffff66. Color #fef855 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111000 01010101
Octal 376 370 125
Decimal 254 248 85
Hex FE F8 55

RGB Percentages of Color #fef855

%43.27
%42.25
%14.48

CMYK Percentages of Color #fef855

%0
%2
%67
%0

Triadic Colors of #fef855

#fef855 #55fef8 #f855fe

Analogous Colors of #fef855

#fef855 #b0fe55 #fea455

Monochromatic Colors of #fef855

#fef855

Complementary Color

#fef855 #555bfe

#fef855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef855 Color CSS Codes

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

#fef855 Text Font Color

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

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


#fef855 Background Color

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

This div background color is #fef855


#fef855 Border Color

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

This div border color is #fef855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef855

Related Colors


Comments

No comments written yet.

Please login to write comment.