Color Hex Logo

#efbee5 Color Hex

#EFBEE5
(239,190,229)
0 Favorites   0 Comments

Color spaces of #efbee5

RGB 239190229
HSL0.870.600.84
HSV312°21°94°
CMYK 0.000.210.04   0.06
XYZ68.152960.834882.2790
Yxy60.83480.32260.2880
Hunter Lab77.996719.4778-7.9476
CIE-Lab82.289923.8632-12.7031

#efbee5 color RGB value is (239,190,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11100101
Octal 357 276 345
Decimal 239 190 229
Hex EF BE E5

RGB Percentages of Color #efbee5

%36.32
%28.88
%34.80

CMYK Percentages of Color #efbee5

%0
%21
%4
%6

Triadic Colors of #efbee5

#efbee5 #e5efbe #bee5ef

Analogous Colors of #efbee5

#efbee5 #efbecd #e1beef

Monochromatic Colors of #efbee5

#efbee5

Complementary Color

#efbee5 #beefc8

#efbee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbee5 Color CSS Codes

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

#efbee5 Text Font Color

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

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


#efbee5 Background Color

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

This div background color is #efbee5


#efbee5 Border Color

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

This div border color is #efbee5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,190,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbee5


Comments

No comments written yet.

Please login to write comment.