Color Hex Logo

#eebcf0 Color Hex

#EEBCF0
(238,188,240)
0 Favorites   0 Comments

Color spaces of #eebcf0

RGB 238188240
HSL0.830.630.84
HSV298°22°94°
CMYK 0.010.220.00   0.06
XYZ68.971360.434990.4680
Yxy60.43490.31370.2749
Hunter Lab77.739922.3215-14.5794
CIE-Lab82.074026.5778-18.9287

#eebcf0 color RGB value is (238,188,240).

#eebcf0 hex color red value is 238, green value is 188 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #eebcf0 hue: 0.83 , saturation: 0.63 and the lightness value of eebcf0 is 0.84.

The process color (four color CMYK) of #eebcf0 color hex is 0.01, 0.22, 0.00, 0.06. Web safe color of #eebcf0 is #ffccff. Color #eebcf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11110000
Octal 356 274 360
Decimal 238 188 240
Hex EE BC F0

RGB Percentages of Color #eebcf0

%35.74
%28.23
%36.04

CMYK Percentages of Color #eebcf0

%1
%22
%0
%6

Triadic Colors of #eebcf0

#eebcf0 #f0eebc #bcf0ee

Analogous Colors of #eebcf0

#eebcf0 #f0bcd8 #d4bcf0

Monochromatic Colors of #eebcf0

#eebcf0

Complementary Color

#eebcf0 #bef0bc

#eebcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcf0 Color CSS Codes

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

#eebcf0 Text Font Color

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

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


#eebcf0 Background Color

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

This div background color is #eebcf0


#eebcf0 Border Color

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

This div border color is #eebcf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcf0


Comments

No comments written yet.

Please login to write comment.