Color Hex Logo

#efc070 Color Hex

#EFC070
(239,192,112)
0 Favorites   0 Comments

Color spaces of #efc070

RGB 239192112
HSL0.100.800.69
HSV38°53°94°
CMYK 0.000.200.53   0.06
XYZ57.370957.219823.3500
Yxy57.21980.41590.4148
Hunter Lab75.64383.004134.6488
CIE-Lab80.30317.460046.3274

#efc070 color RGB value is (239,192,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 01110000
Octal 357 300 160
Decimal 239 192 112
Hex EF C0 70

RGB Percentages of Color #efc070

%44.01
%35.36
%20.63

CMYK Percentages of Color #efc070

%0
%20
%53
%6

Triadic Colors of #efc070

#efc070 #70efc0 #c070ef

Analogous Colors of #efc070

#efc070 #dfef70 #ef8170

Monochromatic Colors of #efc070

#efc070

Complementary Color

#efc070 #709fef

#efc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc070 Color CSS Codes

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

#efc070 Text Font Color

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

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


#efc070 Background Color

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

This div background color is #efc070


#efc070 Border Color

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

This div border color is #efc070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc070

#efc070 Color Palettes


Comments

No comments written yet.

Please login to write comment.