Color Hex Logo

#eebfe1 Color Hex

#EEBFE1
(238,191,225)
0 Favorites   0 Comments

Color spaces of #eebfe1

RGB 238191225
HSL0.880.580.84
HSV317°20°93°
CMYK 0.000.200.05   0.07
XYZ67.481360.875079.4276
Yxy60.87500.32480.2930
Hunter Lab78.022417.8447-5.7421
CIE-Lab82.311522.2951-10.5366

#eebfe1 color RGB value is (238,191,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11100001
Octal 356 277 341
Decimal 238 191 225
Hex EE BF E1

RGB Percentages of Color #eebfe1

%36.39
%29.20
%34.40

CMYK Percentages of Color #eebfe1

%0
%20
%5
%7

Triadic Colors of #eebfe1

#eebfe1 #e1eebf #bfe1ee

Analogous Colors of #eebfe1

#eebfe1 #eebfca #e4bfee

Monochromatic Colors of #eebfe1

#eebfe1

Complementary Color

#eebfe1 #bfeecc

#eebfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfe1 Color CSS Codes

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

#eebfe1 Text Font Color

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

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


#eebfe1 Background Color

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

This div background color is #eebfe1


#eebfe1 Border Color

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

This div border color is #eebfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfe1


Comments

No comments written yet.

Please login to write comment.