Color Hex Logo

#efafe6 Color Hex

#EFAFE6
(239,175,230)
0 Favorites   0 Comments

Color spaces of #efafe6

RGB 239175230
HSL0.860.670.81
HSV308°27°94°
CMYK 0.000.270.04   0.06
XYZ65.209554.723881.9888
Yxy54.72380.32290.2710
Hunter Lab73.975527.8907-13.9296
CIE-Lab78.881932.0150-18.3645

#efafe6 color RGB value is (239,175,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11100110
Octal 357 257 346
Decimal 239 175 230
Hex EF AF E6

RGB Percentages of Color #efafe6

%37.11
%27.17
%35.71

CMYK Percentages of Color #efafe6

%0
%27
%4
%6

Triadic Colors of #efafe6

#efafe6 #e6efaf #afe6ef

Analogous Colors of #efafe6

#efafe6 #efafc6 #d8afef

Monochromatic Colors of #efafe6

#efafe6

Complementary Color

#efafe6 #afefb8

#efafe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafe6 Color CSS Codes

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

#efafe6 Text Font Color

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

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


#efafe6 Background Color

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

This div background color is #efafe6


#efafe6 Border Color

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

This div border color is #efafe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafe6


Comments

No comments written yet.

Please login to write comment.