Color Hex Logo

#ede195 Color Hex

#EDE195
(237,225,149)
0 Favorites   0 Comments

Color spaces of #ede195

RGB 237225149
HSL0.140.710.76
HSV52°37°93°
CMYK 0.000.050.37   0.07
XYZ67.275174.024939.1762
Yxy74.02490.37280.4102
Hunter Lab86.0377-10.992333.2294
CIE-Lab88.9343-6.706138.6716

#ede195 color RGB value is (237,225,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 10010101
Octal 355 341 225
Decimal 237 225 149
Hex ED E1 95

RGB Percentages of Color #ede195

%38.79
%36.82
%24.39

CMYK Percentages of Color #ede195

%0
%5
%37
%7

Triadic Colors of #ede195

#ede195 #95ede1 #e195ed

Analogous Colors of #ede195

#ede195 #cded95 #edb595

Monochromatic Colors of #ede195

#ede195

Complementary Color

#ede195 #95a1ed

#ede195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede195 Color CSS Codes

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

#ede195 Text Font Color

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

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


#ede195 Background Color

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

This div background color is #ede195


#ede195 Border Color

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

This div border color is #ede195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede195


Comments

No comments written yet.

Please login to write comment.