Color Hex Logo

#ffe972 Color Hex

#FFE972
(255,233,114)
0 Favorites   0 Comments

Color spaces of #ffe972

RGB 255233114
HSL0.141.000.72
HSV51°55°100°
CMYK 0.000.090.55   0.00
XYZ73.416280.752727.6370
Yxy80.75270.40380.4442
Hunter Lab89.8625-11.427844.6693
CIE-Lab92.0215-6.847659.6130

#ffe972 color RGB value is (255,233,114).

#ffe972 hex color red value is 255, green value is 233 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ffe972 hue: 0.14 , saturation: 1.00 and the lightness value of ffe972 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101001 01110010
Octal 377 351 162
Decimal 255 233 114
Hex FF E9 72

RGB Percentages of Color #ffe972

%42.36
%38.70
%18.94

CMYK Percentages of Color #ffe972

%0
%9
%55
%0

Triadic Colors of #ffe972

#ffe972 #72ffe9 #e972ff

Analogous Colors of #ffe972

#ffe972 #cfff72 #ffa372

Monochromatic Colors of #ffe972

#ffe972

Complementary Color

#ffe972 #7288ff

#ffe972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe972 Color CSS Codes

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

#ffe972 Text Font Color

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

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


#ffe972 Background Color

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

This div background color is #ffe972


#ffe972 Border Color

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

This div border color is #ffe972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe972


Comments

No comments written yet.

Please login to write comment.