Color Hex Logo

#fef952 Color Hex

#FEF952
(254,249,82)
0 Favorites   0 Comments

Color spaces of #fef952

RGB 25424982
HSL0.160.990.66
HSV58°68°100°
CMYK 0.000.020.68   0.00
XYZ76.271789.431421.2247
Yxy89.43140.40800.4784
Hunter Lab94.5682-21.529452.8908
CIE-Lab95.7604-17.091276.7262

#fef952 color RGB value is (254,249,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01010010
Octal 376 371 122
Decimal 254 249 82
Hex FE F9 52

RGB Percentages of Color #fef952

%43.42
%42.56
%14.02

CMYK Percentages of Color #fef952

%0
%2
%68
%0

Triadic Colors of #fef952

#fef952 #52fef9 #f952fe

Analogous Colors of #fef952

#fef952 #adfe52 #fea352

Monochromatic Colors of #fef952

#fef952

Complementary Color

#fef952 #5257fe

#fef952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef952 Color CSS Codes

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

#fef952 Text Font Color

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

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


#fef952 Background Color

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

This div background color is #fef952


#fef952 Border Color

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

This div border color is #fef952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef952


Comments

No comments written yet.

Please login to write comment.