Color Hex Logo

#efe072 Color Hex

#EFE072
(239,224,114)
0 Favorites   0 Comments

Color spaces of #efe072

RGB 239224114
HSL0.150.800.69
HSV53°52°94°
CMYK 0.000.060.52   0.06
XYZ65.289572.876926.5451
Yxy72.87690.39640.4425
Hunter Lab85.3680-12.877041.3214
CIE-Lab88.3890-8.783555.0400

#efe072 color RGB value is (239,224,114).

#efe072 hex color red value is 239, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efe072 hue: 0.15 , saturation: 0.80 and the lightness value of efe072 is 0.69.

The process color (four color CMYK) of #efe072 color hex is 0.00, 0.06, 0.52, 0.06. Web safe color of #efe072 is #ffcc66. Color #efe072 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01110010
Octal 357 340 162
Decimal 239 224 114
Hex EF E0 72

RGB Percentages of Color #efe072

%41.42
%38.82
%19.76

CMYK Percentages of Color #efe072

%0
%6
%52
%6

Triadic Colors of #efe072

#efe072 #72efe0 #e072ef

Analogous Colors of #efe072

#efe072 #c0ef72 #efa272

Monochromatic Colors of #efe072

#efe072

Complementary Color

#efe072 #7281ef

#efe072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe072 Color CSS Codes

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

#efe072 Text Font Color

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

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


#efe072 Background Color

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

This div background color is #efe072


#efe072 Border Color

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

This div border color is #efe072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe072


Comments

No comments written yet.

Please login to write comment.