Color Hex Logo

#edeeaf Color Hex

#EDEEAF
(237,238,175)
0 Favorites   0 Comments

Color spaces of #edeeaf

RGB 237238175
HSL0.170.650.81
HSV61°26°93°
CMYK 0.000.000.26   0.07
XYZ73.237582.248752.5730
Yxy82.24870.35200.3953
Hunter Lab90.6911-14.561829.1137
CIE-Lab92.6845-10.077830.4842

#edeeaf color RGB value is (237,238,175).

#edeeaf hex color red value is 237, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #edeeaf hue: 0.17 , saturation: 0.65 and the lightness value of edeeaf is 0.81.

The process color (four color CMYK) of #edeeaf color hex is 0.00, 0.00, 0.26, 0.07. Web safe color of #edeeaf is #ffff99. Color #edeeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 10101111
Octal 355 356 257
Decimal 237 238 175
Hex ED EE AF

RGB Percentages of Color #edeeaf

%36.46
%36.62
%26.92

CMYK Percentages of Color #edeeaf

%0
%0
%26
%7

Triadic Colors of #edeeaf

#edeeaf #afedee #eeafed

Analogous Colors of #edeeaf

#edeeaf #ceeeaf #eed0af

Monochromatic Colors of #edeeaf

#edeeaf

Complementary Color

#edeeaf #b0afee

#edeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeaf Color CSS Codes

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

#edeeaf Text Font Color

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

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


#edeeaf Background Color

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

This div background color is #edeeaf


#edeeaf Border Color

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

This div border color is #edeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeaf

#edeeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.