Color Hex Logo

#efafca Color Hex

#EFAFCA
(239,175,202)
0 Favorites   0 Comments

Color spaces of #efafca

RGB 239175202
HSL0.930.670.81
HSV335°27°94°
CMYK 0.000.270.15   0.06
XYZ61.587253.274962.9142
Yxy53.27490.34640.2997
Hunter Lab72.989722.8828-0.0129
CIE-Lab78.037027.3353-4.4485

#efafca color RGB value is (239,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11001010
Octal 357 257 312
Decimal 239 175 202
Hex EF AF CA

RGB Percentages of Color #efafca

%38.80
%28.41
%32.79

CMYK Percentages of Color #efafca

%0
%27
%15
%6

Triadic Colors of #efafca

#efafca #caefaf #afcaef

Analogous Colors of #efafca

#efafca #efb4af #efafea

Monochromatic Colors of #efafca

#efafca

Complementary Color

#efafca #afefd4

#efafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafca Color CSS Codes

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

#efafca Text Font Color

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

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


#efafca Background Color

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

This div background color is #efafca


#efafca Border Color

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

This div border color is #efafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafca


Comments

No comments written yet.

Please login to write comment.