Color Hex Logo

#eebfdc Color Hex

#EEBFDC
(238,191,220)
0 Favorites   0 Comments

Color spaces of #eebfdc

RGB 238191220
HSL0.900.580.84
HSV323°20°93°
CMYK 0.000.200.08   0.07
XYZ66.809060.606175.8871
Yxy60.60610.32860.2981
Hunter Lab77.849916.9472-3.3002
CIE-Lab82.166521.4337-8.0707

#eebfdc color RGB value is (238,191,220).

#eebfdc hex color red value is 238, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eebfdc hue: 0.90 , saturation: 0.58 and the lightness value of eebfdc is 0.84.

The process color (four color CMYK) of #eebfdc color hex is 0.00, 0.20, 0.08, 0.07. Web safe color of #eebfdc is #ffcccc. Color #eebfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11011100
Octal 356 277 334
Decimal 238 191 220
Hex EE BF DC

RGB Percentages of Color #eebfdc

%36.67
%29.43
%33.90

CMYK Percentages of Color #eebfdc

%0
%20
%8
%7

Triadic Colors of #eebfdc

#eebfdc #dceebf #bfdcee

Analogous Colors of #eebfdc

#eebfdc #eebfc5 #e9bfee

Monochromatic Colors of #eebfdc

#eebfdc

Complementary Color

#eebfdc #bfeed1

#eebfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfdc Color CSS Codes

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

#eebfdc Text Font Color

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

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


#eebfdc Background Color

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

This div background color is #eebfdc


#eebfdc Border Color

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

This div border color is #eebfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfdc


Comments

No comments written yet.

Please login to write comment.