Color Hex Logo

#edeeba Color Hex

#EDEEBA
(237,238,186)
0 Favorites   0 Comments

Color spaces of #edeeba

RGB 237238186
HSL0.170.600.83
HSV61°22°93°
CMYK 0.000.000.22   0.07
XYZ74.362582.698858.4975
Yxy82.69880.34500.3836
Hunter Lab90.9389-13.180125.5182
CIE-Lab92.8824-8.595625.1401

#edeeba color RGB value is (237,238,186).

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

The process color (four color CMYK) of #edeeba color hex is 0.00, 0.00, 0.22, 0.07. Web safe color of #edeeba is #ffffcc. Color #edeeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 10111010
Octal 355 356 272
Decimal 237 238 186
Hex ED EE BA

RGB Percentages of Color #edeeba

%35.85
%36.01
%28.14

CMYK Percentages of Color #edeeba

%0
%0
%22
%7

Triadic Colors of #edeeba

#edeeba #baedee #eebaed

Analogous Colors of #edeeba

#edeeba #d3eeba #eed5ba

Monochromatic Colors of #edeeba

#edeeba

Complementary Color

#edeeba #bbbaee

#edeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeeba Color CSS Codes

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

#edeeba Text Font Color

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

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


#edeeba Background Color

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

This div background color is #edeeba


#edeeba Border Color

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

This div border color is #edeeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeeba


Comments

No comments written yet.

Please login to write comment.