Color Hex Logo

#ede395 Color Hex

#EDE395
(237,227,149)
0 Favorites   0 Comments

Color spaces of #ede395

RGB 237227149
HSL0.150.710.76
HSV53°37°93°
CMYK 0.000.040.37   0.07
XYZ67.819075.112639.3575
Yxy75.11260.37200.4121
Hunter Lab86.6675-11.988533.7425
CIE-Lab89.4457-7.713039.3344

#ede395 color RGB value is (237,227,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 10010101
Octal 355 343 225
Decimal 237 227 149
Hex ED E3 95

RGB Percentages of Color #ede395

%38.66
%37.03
%24.31

CMYK Percentages of Color #ede395

%0
%4
%37
%7

Triadic Colors of #ede395

#ede395 #95ede3 #e395ed

Analogous Colors of #ede395

#ede395 #cbed95 #edb795

Monochromatic Colors of #ede395

#ede395

Complementary Color

#ede395 #959fed

#ede395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede395 Color CSS Codes

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

#ede395 Text Font Color

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

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


#ede395 Background Color

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

This div background color is #ede395


#ede395 Border Color

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

This div border color is #ede395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede395


Comments

No comments written yet.

Please login to write comment.