Color Hex Logo

#ffe872 Color Hex

#FFE872
(255,232,114)
0 Favorites   0 Comments

Color spaces of #ffe872

RGB 255232114
HSL0.141.000.72
HSV50°55°100°
CMYK 0.000.090.55   0.00
XYZ73.133980.188127.5429
Yxy80.18810.40440.4434
Hunter Lab89.5478-10.927344.4472
CIE-Lab91.7692-6.348759.3218

#ffe872 color RGB value is (255,232,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101000 01110010
Octal 377 350 162
Decimal 255 232 114
Hex FF E8 72

RGB Percentages of Color #ffe872

%42.43
%38.60
%18.97

CMYK Percentages of Color #ffe872

%0
%9
%55
%0

Triadic Colors of #ffe872

#ffe872 #72ffe8 #e872ff

Analogous Colors of #ffe872

#ffe872 #d0ff72 #ffa272

Monochromatic Colors of #ffe872

#ffe872

Complementary Color

#ffe872 #7289ff

#ffe872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe872 Color CSS Codes

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

#ffe872 Text Font Color

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

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


#ffe872 Background Color

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

This div background color is #ffe872


#ffe872 Border Color

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

This div border color is #ffe872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe872

Related Colors


Comments

No comments written yet.

Please login to write comment.