Color Hex Logo

#efbbe1 Color Hex

#EFBBE1
(239,187,225)
0 Favorites   0 Comments

Color spaces of #efbbe1

RGB 239187225
HSL0.880.620.84
HSV316°22°94°
CMYK 0.000.220.06   0.06
XYZ66.957559.327679.1565
Yxy59.32760.32590.2888
Hunter Lab77.024420.3777-7.0141
CIE-Lab81.471324.7593-11.7801

#efbbe1 color RGB value is (239,187,225).

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

The process color (four color CMYK) of #efbbe1 color hex is 0.00, 0.22, 0.06, 0.06. Web safe color of #efbbe1 is #ffcccc. Color #efbbe1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11100001
Octal 357 273 341
Decimal 239 187 225
Hex EF BB E1

RGB Percentages of Color #efbbe1

%36.71
%28.73
%34.56

CMYK Percentages of Color #efbbe1

%0
%22
%6
%6

Triadic Colors of #efbbe1

#efbbe1 #e1efbb #bbe1ef

Analogous Colors of #efbbe1

#efbbe1 #efbbc7 #e3bbef

Monochromatic Colors of #efbbe1

#efbbe1

Complementary Color

#efbbe1 #bbefc9

#efbbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbe1 Color CSS Codes

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

#efbbe1 Text Font Color

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

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


#efbbe1 Background Color

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

This div background color is #efbbe1


#efbbe1 Border Color

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

This div border color is #efbbe1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,187,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 #efbbe1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbe1


Comments

No comments written yet.

Please login to write comment.