Color Hex Logo

#ede595 Color Hex

#EDE595
(237,229,149)
0 Favorites   0 Comments

Color spaces of #ede595

RGB 237229149
HSL0.150.710.76
HSV55°37°93°
CMYK 0.000.030.37   0.07
XYZ68.369276.213139.5409
Yxy76.21310.37130.4139
Hunter Lab87.3001-12.982734.2558
CIE-Lab89.9582-8.717039.9970

#ede595 color RGB value is (237,229,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 10010101
Octal 355 345 225
Decimal 237 229 149
Hex ED E5 95

RGB Percentages of Color #ede595

%38.54
%37.24
%24.23

CMYK Percentages of Color #ede595

%0
%3
%37
%7

Triadic Colors of #ede595

#ede595 #95ede5 #e595ed

Analogous Colors of #ede595

#ede595 #c9ed95 #edb995

Monochromatic Colors of #ede595

#ede595

Complementary Color

#ede595 #959ded

#ede595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede595 Color CSS Codes

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

#ede595 Text Font Color

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

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


#ede595 Background Color

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

This div background color is #ede595


#ede595 Border Color

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

This div border color is #ede595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede595


Comments

No comments written yet.

Please login to write comment.