Color Hex Logo

#ede385 Color Hex

#EDE385
(237,227,133)
0 Favorites   0 Comments

Color spaces of #ede385

RGB 237227133
HSL0.150.740.73
HSV54°44°93°
CMYK 0.000.040.44   0.07
XYZ66.627874.636233.0849
Yxy74.63620.38220.4281
Hunter Lab86.3922-13.522937.7688
CIE-Lab89.2223-9.381546.9598

#ede385 color RGB value is (237,227,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10000101
Octal 355 343 205
Decimal 237 227 133
Hex ED E3 85

RGB Percentages of Color #ede385

%39.70
%38.02
%22.28

CMYK Percentages of Color #ede385

%0
%4
%44
%7

Triadic Colors of #ede385

#ede385 #85ede3 #e385ed

Analogous Colors of #ede385

#ede385 #c3ed85 #edaf85

Monochromatic Colors of #ede385

#ede385

Complementary Color

#ede385 #858fed

#ede385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede385 Color CSS Codes

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

#ede385 Text Font Color

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

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


#ede385 Background Color

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

This div background color is #ede385


#ede385 Border Color

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

This div border color is #ede385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede385


Comments

No comments written yet.

Please login to write comment.