Color Hex Logo

#efd087 Color Hex

#EFD087
(239,208,135)
0 Favorites   0 Comments

Color spaces of #efd087

RGB 239208135
HSL0.120.760.73
HSV42°44°94°
CMYK 0.000.130.44   0.06
XYZ62.525765.211732.2133
Yxy65.21170.39090.4077
Hunter Lab80.7538-3.110832.8764
CIE-Lab84.59271.264740.1690

#efd087 color RGB value is (239,208,135).

#efd087 hex color red value is 239, green value is 208 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #efd087 hue: 0.12 , saturation: 0.76 and the lightness value of efd087 is 0.73.

The process color (four color CMYK) of #efd087 color hex is 0.00, 0.13, 0.44, 0.06. Web safe color of #efd087 is #ffcc99. Color #efd087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 10000111
Octal 357 320 207
Decimal 239 208 135
Hex EF D0 87

RGB Percentages of Color #efd087

%41.07
%35.74
%23.20

CMYK Percentages of Color #efd087

%0
%13
%44
%6

Triadic Colors of #efd087

#efd087 #87efd0 #d087ef

Analogous Colors of #efd087

#efd087 #daef87 #ef9c87

Monochromatic Colors of #efd087

#efd087

Complementary Color

#efd087 #87a6ef

#efd087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd087 Color CSS Codes

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

#efd087 Text Font Color

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

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


#efd087 Background Color

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

This div background color is #efd087


#efd087 Border Color

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

This div border color is #efd087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd087


Comments

No comments written yet.

Please login to write comment.