Color Hex Logo

#efafcd Color Hex

#EFAFCD
(239,175,205)
0 Favorites   0 Comments

Color spaces of #efafcd

RGB 239175205
HSL0.920.670.81
HSV332°27°94°
CMYK 0.000.270.14   0.06
XYZ61.946053.418464.8035
Yxy53.41840.34380.2965
Hunter Lab73.087923.3847-1.4081
CIE-Lab78.121427.8102-5.9541

#efafcd color RGB value is (239,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11001101
Octal 357 257 315
Decimal 239 175 205
Hex EF AF CD

RGB Percentages of Color #efafcd

%38.61
%28.27
%33.12

CMYK Percentages of Color #efafcd

%0
%27
%14
%6

Triadic Colors of #efafcd

#efafcd #cdefaf #afcdef

Analogous Colors of #efafcd

#efafcd #efb1af #efafed

Monochromatic Colors of #efafcd

#efafcd

Complementary Color

#efafcd #afefd1

#efafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafcd Color CSS Codes

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

#efafcd Text Font Color

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

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


#efafcd Background Color

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

This div background color is #efafcd


#efafcd Border Color

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

This div border color is #efafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafcd


Comments

No comments written yet.

Please login to write comment.