Color Hex Logo

#edeabb Color Hex

#EDEABB
(237,234,187)
0 Favorites   0 Comments

Color spaces of #edeabb

RGB 237234187
HSL0.160.580.83
HSV56°21°93°
CMYK 0.000.010.21   0.07
XYZ73.317580.438058.6756
Yxy80.43800.34510.3787
Hunter Lab89.6872-11.032523.9921
CIE-Lab91.8810-6.447723.2487

#edeabb color RGB value is (237,234,187).

#edeabb hex color red value is 237, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edeabb hue: 0.16 , saturation: 0.58 and the lightness value of edeabb is 0.83.

The process color (four color CMYK) of #edeabb color hex is 0.00, 0.01, 0.21, 0.07. Web safe color of #edeabb is #ffffcc. Color #edeabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 10111011
Octal 355 352 273
Decimal 237 234 187
Hex ED EA BB

RGB Percentages of Color #edeabb

%36.02
%35.56
%28.42

CMYK Percentages of Color #edeabb

%0
%1
%21
%7

Triadic Colors of #edeabb

#edeabb #bbedea #eabbed

Analogous Colors of #edeabb

#edeabb #d7edbb #edd1bb

Monochromatic Colors of #edeabb

#edeabb

Complementary Color

#edeabb #bbbeed

#edeabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeabb Color CSS Codes

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

#edeabb Text Font Color

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

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


#edeabb Background Color

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

This div background color is #edeabb


#edeabb Border Color

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

This div border color is #edeabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeabb


Comments

No comments written yet.

Please login to write comment.