Color Hex Logo

#efd870 Color Hex

#EFD870
(239,216,112)
0 Favorites   0 Comments

Color spaces of #efd870

RGB 239216112
HSL0.140.800.69
HSV49°53°94°
CMYK 0.000.100.53   0.06
XYZ63.077168.632325.2521
Yxy68.63230.40190.4373
Hunter Lab82.8446-9.069939.9189
CIE-Lab86.3216-4.913153.5382

#efd870 color RGB value is (239,216,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01110000
Octal 357 330 160
Decimal 239 216 112
Hex EF D8 70

RGB Percentages of Color #efd870

%42.15
%38.10
%19.75

CMYK Percentages of Color #efd870

%0
%10
%53
%6

Triadic Colors of #efd870

#efd870 #70efd8 #d870ef

Analogous Colors of #efd870

#efd870 #c7ef70 #ef9970

Monochromatic Colors of #efd870

#efd870

Complementary Color

#efd870 #7087ef

#efd870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd870 Color CSS Codes

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

#efd870 Text Font Color

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

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


#efd870 Background Color

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

This div background color is #efd870


#efd870 Border Color

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

This div border color is #efd870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,216,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd870


Comments

No comments written yet.

Please login to write comment.