Color Hex Logo

#fef055 Color Hex

#FEF055
(254,240,85)
0 Favorites   0 Comments

Color spaces of #fef055

RGB 25424085
HSL0.150.990.66
HSV55°67°100°
CMYK 0.000.060.67   0.00
XYZ73.672884.046920.9340
Yxy84.04690.41240.4704
Hunter Lab91.6771-16.990250.6354
CIE-Lab93.4709-12.560973.3106

#fef055 color RGB value is (254,240,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01010101
Octal 376 360 125
Decimal 254 240 85
Hex FE F0 55

RGB Percentages of Color #fef055

%43.87
%41.45
%14.68

CMYK Percentages of Color #fef055

%0
%6
%67
%0

Triadic Colors of #fef055

#fef055 #55fef0 #f055fe

Analogous Colors of #fef055

#fef055 #b8fe55 #fe9c55

Monochromatic Colors of #fef055

#fef055

Complementary Color

#fef055 #5563fe

#fef055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef055 Color CSS Codes

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

#fef055 Text Font Color

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

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


#fef055 Background Color

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

This div background color is #fef055


#fef055 Border Color

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

This div border color is #fef055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef055


Comments

No comments written yet.

Please login to write comment.