Color Hex Logo

#efbee6 Color Hex

#EFBEE6
(239,190,230)
0 Favorites   0 Comments

Color spaces of #efbee6

RGB 239190230
HSL0.860.600.84
HSV311°21°94°
CMYK 0.000.210.04   0.06
XYZ68.293060.890883.0166
Yxy60.89080.32180.2869
Hunter Lab78.032619.6637-8.4541
CIE-Lab82.320024.0397-13.1939

#efbee6 color RGB value is (239,190,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11100110
Octal 357 276 346
Decimal 239 190 230
Hex EF BE E6

RGB Percentages of Color #efbee6

%36.27
%28.83
%34.90

CMYK Percentages of Color #efbee6

%0
%21
%4
%6

Triadic Colors of #efbee6

#efbee6 #e6efbe #bee6ef

Analogous Colors of #efbee6

#efbee6 #efbece #e0beef

Monochromatic Colors of #efbee6

#efbee6

Complementary Color

#efbee6 #beefc7

#efbee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbee6 Color CSS Codes

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

#efbee6 Text Font Color

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

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


#efbee6 Background Color

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

This div background color is #efbee6


#efbee6 Border Color

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

This div border color is #efbee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbee6


Comments

No comments written yet.

Please login to write comment.