Color Hex Logo

#efafee Color Hex

#EFAFEE
(239,175,238)
0 Favorites   0 Comments

Color spaces of #efafee

RGB 239175238
HSL0.840.670.81
HSV301°27°94°
CMYK 0.000.270.00   0.06
XYZ66.359255.183788.0429
Yxy55.18370.31660.2633
Hunter Lab74.285729.4534-18.2701
CIE-Lab79.147033.4491-22.2801

#efafee color RGB value is (239,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11101110
Octal 357 257 356
Decimal 239 175 238
Hex EF AF EE

RGB Percentages of Color #efafee

%36.66
%26.84
%36.50

CMYK Percentages of Color #efafee

%0
%27
%0
%6

Triadic Colors of #efafee

#efafee #eeefaf #afeeef

Analogous Colors of #efafee

#efafee #efafce #d0afef

Monochromatic Colors of #efafee

#efafee

Complementary Color

#efafee #afefb0

#efafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafee Color CSS Codes

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

#efafee Text Font Color

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

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


#efafee Background Color

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

This div background color is #efafee


#efafee Border Color

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

This div border color is #efafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafee


Comments

No comments written yet.

Please login to write comment.