Color Hex Logo

#eddf87 Color Hex

#EDDF87
(237,223,135)
0 Favorites   0 Comments

Color spaces of #eddf87

RGB 237223135
HSL0.140.740.73
HSV52°43°93°
CMYK 0.000.060.43   0.07
XYZ65.685972.529133.4592
Yxy72.52910.38260.4225
Hunter Lab85.1640-11.362336.3210
CIE-Lab88.2226-7.175544.7311

#eddf87 color RGB value is (237,223,135).

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

The process color (four color CMYK) of #eddf87 color hex is 0.00, 0.06, 0.43, 0.07. Web safe color of #eddf87 is #ffcc99. Color #eddf87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10000111
Octal 355 337 207
Decimal 237 223 135
Hex ED DF 87

RGB Percentages of Color #eddf87

%39.83
%37.48
%22.69

CMYK Percentages of Color #eddf87

%0
%6
%43
%7

Triadic Colors of #eddf87

#eddf87 #87eddf #df87ed

Analogous Colors of #eddf87

#eddf87 #c8ed87 #edac87

Monochromatic Colors of #eddf87

#eddf87

Complementary Color

#eddf87 #8795ed

#eddf87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf87 Color CSS Codes

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

#eddf87 Text Font Color

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

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


#eddf87 Background Color

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

This div background color is #eddf87


#eddf87 Border Color

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

This div border color is #eddf87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf87


Comments

No comments written yet.

Please login to write comment.