Color Hex Logo

#edd885 Color Hex

#EDD885
(237,216,133)
0 Favorites   0 Comments

Color spaces of #edd885

RGB 237216133
HSL0.130.740.73
HSV48°44°93°
CMYK 0.000.090.44   0.07
XYZ63.714668.809732.1138
Yxy68.80970.38700.4179
Hunter Lab82.9516-8.060635.1127
CIE-Lab86.4097-3.828443.4391

#edd885 color RGB value is (237,216,133).

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

The process color (four color CMYK) of #edd885 color hex is 0.00, 0.09, 0.44, 0.07. Web safe color of #edd885 is #ffcc99. Color #edd885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10000101
Octal 355 330 205
Decimal 237 216 133
Hex ED D8 85

RGB Percentages of Color #edd885

%40.44
%36.86
%22.70

CMYK Percentages of Color #edd885

%0
%9
%44
%7

Triadic Colors of #edd885

#edd885 #85edd8 #d885ed

Analogous Colors of #edd885

#edd885 #ceed85 #eda485

Monochromatic Colors of #edd885

#edd885

Complementary Color

#edd885 #859aed

#edd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd885 Color CSS Codes

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

#edd885 Text Font Color

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

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


#edd885 Background Color

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

This div background color is #edd885


#edd885 Border Color

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

This div border color is #edd885


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,216,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd885


Comments

No comments written yet.

Please login to write comment.