Color Hex Logo

#efbee1 Color Hex

#EFBEE1
(239,190,225)
0 Favorites   0 Comments

Color spaces of #efbee1

RGB 239190225
HSL0.880.600.84
HSV317°21°94°
CMYK 0.000.210.06   0.06
XYZ67.600760.613979.3709
Yxy60.61390.32570.2920
Hunter Lab77.854918.7437-5.9460
CIE-Lab82.170723.1647-10.7365

#efbee1 color RGB value is (239,190,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11100001
Octal 357 276 341
Decimal 239 190 225
Hex EF BE E1

RGB Percentages of Color #efbee1

%36.54
%29.05
%34.40

CMYK Percentages of Color #efbee1

%0
%21
%6
%6

Triadic Colors of #efbee1

#efbee1 #e1efbe #bee1ef

Analogous Colors of #efbee1

#efbee1 #efbec9 #e5beef

Monochromatic Colors of #efbee1

#efbee1

Complementary Color

#efbee1 #beefcc

#efbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbee1 Color CSS Codes

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

#efbee1 Text Font Color

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

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


#efbee1 Background Color

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

This div background color is #efbee1


#efbee1 Border Color

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

This div border color is #efbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbee1


Comments

No comments written yet.

Please login to write comment.