Color Hex Logo

#eedbea Color Hex

#EEDBEA
(238,219,234)
0 Favorites   0 Comments

Color spaces of #eedbea

RGB 238219234
HSL0.870.360.90
HSV313°93°
CMYK 0.000.080.02   0.07
XYZ75.442774.780788.2998
Yxy74.78070.31630.3135
Hunter Lab86.47584.3931-0.0075
CIE-Lab89.29029.1083-4.9728

#eedbea color RGB value is (238,219,234).

#eedbea hex color red value is 238, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eedbea hue: 0.87 , saturation: 0.36 and the lightness value of eedbea is 0.90.

The process color (four color CMYK) of #eedbea color hex is 0.00, 0.08, 0.02, 0.07. Web safe color of #eedbea is #ffccff. Color #eedbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11101010
Octal 356 333 352
Decimal 238 219 234
Hex EE DB EA

RGB Percentages of Color #eedbea

%34.44
%31.69
%33.86

CMYK Percentages of Color #eedbea

%0
%8
%2
%7

Triadic Colors of #eedbea

#eedbea #eaeedb #dbeaee

Analogous Colors of #eedbea

#eedbea #eedbe1 #e9dbee

Monochromatic Colors of #eedbea

#eedbea

Complementary Color

#eedbea #dbeedf

#eedbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbea Color CSS Codes

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

#eedbea Text Font Color

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

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


#eedbea Background Color

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

This div background color is #eedbea


#eedbea Border Color

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

This div border color is #eedbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbea


Comments

No comments written yet.

Please login to write comment.