Color Hex Logo

#efb870 Color Hex

#EFB870
(239,184,112)
0 Favorites   0 Comments

Color spaces of #efb870

RGB 239184112
HSL0.090.800.69
HSV34°53°94°
CMYK 0.000.230.53   0.06
XYZ55.661753.801622.7803
Yxy53.80160.42090.4068
Hunter Lab73.34967.093932.9309
CIE-Lab78.345911.657343.9346

#efb870 color RGB value is (239,184,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 01110000
Octal 357 270 160
Decimal 239 184 112
Hex EF B8 70

RGB Percentages of Color #efb870

%44.67
%34.39
%20.93

CMYK Percentages of Color #efb870

%0
%23
%53
%6

Triadic Colors of #efb870

#efb870 #70efb8 #b870ef

Analogous Colors of #efb870

#efb870 #e7ef70 #ef7970

Monochromatic Colors of #efb870

#efb870

Complementary Color

#efb870 #70a7ef

#efb870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb870 Color CSS Codes

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

#efb870 Text Font Color

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

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


#efb870 Background Color

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

This div background color is #efb870


#efb870 Border Color

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

This div border color is #efb870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb870


Comments

No comments written yet.

Please login to write comment.