Color Hex Logo

#ede585 Color Hex

#EDE585
(237,229,133)
0 Favorites   0 Comments

Color spaces of #ede585

RGB 237229133
HSL0.150.740.73
HSV55°44°93°
CMYK 0.000.030.44   0.07
XYZ67.178075.736633.2683
Yxy75.73660.38130.4299
Hunter Lab87.0268-14.508538.2536
CIE-Lab89.7369-10.380347.5990

#ede585 color RGB value is (237,229,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 10000101
Octal 355 345 205
Decimal 237 229 133
Hex ED E5 85

RGB Percentages of Color #ede585

%39.57
%38.23
%22.20

CMYK Percentages of Color #ede585

%0
%3
%44
%7

Triadic Colors of #ede585

#ede585 #85ede5 #e585ed

Analogous Colors of #ede585

#ede585 #c1ed85 #edb185

Monochromatic Colors of #ede585

#ede585

Complementary Color

#ede585 #858ded

#ede585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede585 Color CSS Codes

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

#ede585 Text Font Color

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

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


#ede585 Background Color

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

This div background color is #ede585


#ede585 Border Color

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

This div border color is #ede585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede585


Comments

No comments written yet.

Please login to write comment.