Color Hex Logo

#eedbec Color Hex

#EEDBEC
(238,219,236)
0 Favorites   0 Comments

Color spaces of #eedbec

RGB 238219236
HSL0.850.360.90
HSV306°93°
CMYK 0.000.080.01   0.07
XYZ75.731774.896389.8218
Yxy74.89630.31500.3115
Hunter Lab86.54264.7521-0.9567
CIE-Lab89.34449.4649-5.9448

#eedbec color RGB value is (238,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11101100
Octal 356 333 354
Decimal 238 219 236
Hex EE DB EC

RGB Percentages of Color #eedbec

%34.34
%31.60
%34.05

CMYK Percentages of Color #eedbec

%0
%8
%1
%7

Triadic Colors of #eedbec

#eedbec #eceedb #dbecee

Analogous Colors of #eedbec

#eedbec #eedbe3 #e7dbee

Monochromatic Colors of #eedbec

#eedbec

Complementary Color

#eedbec #dbeedd

#eedbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbec Color CSS Codes

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

#eedbec Text Font Color

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

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


#eedbec Background Color

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

This div background color is #eedbec


#eedbec Border Color

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

This div border color is #eedbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbec


Comments

No comments written yet.

Please login to write comment.