Color Hex Logo

#edd287 Color Hex

#EDD287
(237,210,135)
0 Favorites   0 Comments

Color spaces of #edd287

RGB 237210135
HSL0.120.740.73
HSV44°43°93°
CMYK 0.000.110.43   0.07
XYZ62.344865.847032.3455
Yxy65.84700.38840.4102
Hunter Lab81.1462-4.863833.1689
CIE-Lab84.9183-0.558640.5483

#edd287 color RGB value is (237,210,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 10000111
Octal 355 322 207
Decimal 237 210 135
Hex ED D2 87

RGB Percentages of Color #edd287

%40.72
%36.08
%23.20

CMYK Percentages of Color #edd287

%0
%11
%43
%7

Triadic Colors of #edd287

#edd287 #87edd2 #d287ed

Analogous Colors of #edd287

#edd287 #d5ed87 #ed9f87

Monochromatic Colors of #edd287

#edd287

Complementary Color

#edd287 #87a2ed

#edd287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd287 Color CSS Codes

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

#edd287 Text Font Color

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

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


#edd287 Background Color

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

This div background color is #edd287


#edd287 Border Color

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

This div border color is #edd287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd287


Comments

No comments written yet.

Please login to write comment.