Color Hex Logo

#efafcf Color Hex

#EFAFCF
(239,175,207)
0 Favorites   0 Comments

Color spaces of #efafcf

RGB 239175207
HSL0.920.670.81
HSV330°27°94°
CMYK 0.000.270.13   0.06
XYZ62.189153.515766.0833
Yxy53.51570.34210.2944
Hunter Lab73.154423.7239-2.3509
CIE-Lab78.178528.1304-6.9559

#efafcf color RGB value is (239,175,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11001111
Octal 357 257 317
Decimal 239 175 207
Hex EF AF CF

RGB Percentages of Color #efafcf

%38.49
%28.18
%33.33

CMYK Percentages of Color #efafcf

%0
%27
%13
%6

Triadic Colors of #efafcf

#efafcf #cfefaf #afcfef

Analogous Colors of #efafcf

#efafcf #efafaf #efafef

Monochromatic Colors of #efafcf

#efafcf

Complementary Color

#efafcf #afefcf

#efafcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafcf Color CSS Codes

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

#efafcf Text Font Color

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

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


#efafcf Background Color

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

This div background color is #efafcf


#efafcf Border Color

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

This div border color is #efafcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafcf


Comments

No comments written yet.

Please login to write comment.