Color Hex Logo

#fef572 Color Hex

#FEF572
(254,245,114)
0 Favorites   0 Comments

Color spaces of #fef572

RGB 254245114
HSL0.160.990.72
HSV56°55°100°
CMYK 0.000.040.55   0.00
XYZ76.562787.590628.7910
Yxy87.59060.39680.4540
Hunter Lab93.5898-17.757447.2735
CIE-Lab94.9883-13.172962.9895

#fef572 color RGB value is (254,245,114).

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

The process color (four color CMYK) of #fef572 color hex is 0.00, 0.04, 0.55, 0.00. Web safe color of #fef572 is #ffff66. Color #fef572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01110010
Octal 376 365 162
Decimal 254 245 114
Hex FE F5 72

RGB Percentages of Color #fef572

%41.44
%39.97
%18.60

CMYK Percentages of Color #fef572

%0
%4
%55
%0

Triadic Colors of #fef572

#fef572 #72fef5 #f572fe

Analogous Colors of #fef572

#fef572 #c1fe72 #feaf72

Monochromatic Colors of #fef572

#fef572

Complementary Color

#fef572 #727bfe

#fef572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef572 Color CSS Codes

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

#fef572 Text Font Color

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

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


#fef572 Background Color

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

This div background color is #fef572


#fef572 Border Color

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

This div border color is #fef572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef572

Related Colors


Comments

No comments written yet.

Please login to write comment.