Color Hex Logo

#efabe6 Color Hex

#EFABE6
(239,171,230)
0 Favorites   0 Comments

Color spaces of #efabe6

RGB 239171230
HSL0.860.680.80
HSV308°28°94°
CMYK 0.000.280.04   0.06
XYZ64.442453.189781.7331
Yxy53.18970.32320.2668
Hunter Lab72.931330.0937-15.3936
CIE-Lab77.986934.1369-19.7183

#efabe6 color RGB value is (239,171,230).

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

The process color (four color CMYK) of #efabe6 color hex is 0.00, 0.28, 0.04, 0.06. Web safe color of #efabe6 is #ff99ff. Color #efabe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11100110
Octal 357 253 346
Decimal 239 171 230
Hex EF AB E6

RGB Percentages of Color #efabe6

%37.34
%26.72
%35.94

CMYK Percentages of Color #efabe6

%0
%28
%4
%6

Triadic Colors of #efabe6

#efabe6 #e6efab #abe6ef

Analogous Colors of #efabe6

#efabe6 #efabc4 #d6abef

Monochromatic Colors of #efabe6

#efabe6

Complementary Color

#efabe6 #abefb4

#efabe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabe6 Color CSS Codes

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

#efabe6 Text Font Color

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

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


#efabe6 Background Color

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

This div background color is #efabe6


#efabe6 Border Color

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

This div border color is #efabe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabe6


Comments

No comments written yet.

Please login to write comment.