Color Hex Logo

#edeeb0 Color Hex

#EDEEB0
(237,238,176)
0 Favorites   0 Comments

Color spaces of #edeeb0

RGB 237238176
HSL0.170.650.81
HSV61°26°93°
CMYK 0.000.000.26   0.07
XYZ73.336182.288253.0923
Yxy82.28820.35140.3943
Hunter Lab90.7128-14.440528.7978
CIE-Lab92.7019-9.947229.9993

#edeeb0 color RGB value is (237,238,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 10110000
Octal 355 356 260
Decimal 237 238 176
Hex ED EE B0

RGB Percentages of Color #edeeb0

%36.41
%36.56
%27.04

CMYK Percentages of Color #edeeb0

%0
%0
%26
%7

Triadic Colors of #edeeb0

#edeeb0 #b0edee #eeb0ed

Analogous Colors of #edeeb0

#edeeb0 #ceeeb0 #eed0b0

Monochromatic Colors of #edeeb0

#edeeb0

Complementary Color

#edeeb0 #b1b0ee

#edeeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeb0 Color CSS Codes

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

#edeeb0 Text Font Color

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

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


#edeeb0 Background Color

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

This div background color is #edeeb0


#edeeb0 Border Color

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

This div border color is #edeeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeb0


Comments

No comments written yet.

Please login to write comment.