Color Hex Logo

#eebcf1 Color Hex

#EEBCF1
(238,188,241)
0 Favorites   0 Comments

Color spaces of #eebcf1

RGB 238188241
HSL0.820.650.84
HSV297°22°95°
CMYK 0.010.220.00   0.05
XYZ69.120360.494591.2527
Yxy60.49450.31290.2739
Hunter Lab77.778222.5183-15.1168
CIE-Lab82.106226.7622-19.4152

#eebcf1 color RGB value is (238,188,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11110001
Octal 356 274 361
Decimal 238 188 241
Hex EE BC F1

RGB Percentages of Color #eebcf1

%35.68
%28.19
%36.13

CMYK Percentages of Color #eebcf1

%1
%22
%0
%5

Triadic Colors of #eebcf1

#eebcf1 #f1eebc #bcf1ee

Analogous Colors of #eebcf1

#eebcf1 #f1bcda #d4bcf1

Monochromatic Colors of #eebcf1

#eebcf1

Complementary Color

#eebcf1 #bff1bc

#eebcf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcf1 Color CSS Codes

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

#eebcf1 Text Font Color

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

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


#eebcf1 Background Color

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

This div background color is #eebcf1


#eebcf1 Border Color

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

This div border color is #eebcf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcf1


Comments

No comments written yet.

Please login to write comment.