Color Hex Logo

#efdd87 Color Hex

#EFDD87
(239,221,135)
0 Favorites   0 Comments

Color spaces of #efdd87

RGB 239221135
HSL0.140.760.73
HSV50°44°94°
CMYK 0.000.080.44   0.06
XYZ65.826271.812933.3135
Yxy71.81290.38510.4201
Hunter Lab84.7425-9.644336.0120
CIE-Lab87.8785-5.377444.3338

#efdd87 color RGB value is (239,221,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10000111
Octal 357 335 207
Decimal 239 221 135
Hex EF DD 87

RGB Percentages of Color #efdd87

%40.17
%37.14
%22.69

CMYK Percentages of Color #efdd87

%0
%8
%44
%6

Triadic Colors of #efdd87

#efdd87 #87efdd #dd87ef

Analogous Colors of #efdd87

#efdd87 #cdef87 #efa987

Monochromatic Colors of #efdd87

#efdd87

Complementary Color

#efdd87 #8799ef

#efdd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd87 Color CSS Codes

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

#efdd87 Text Font Color

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

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


#efdd87 Background Color

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

This div background color is #efdd87


#efdd87 Border Color

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

This div border color is #efdd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd87


Comments

No comments written yet.

Please login to write comment.