Color Hex Logo

#efcccf Color Hex

#EFCCCF
(239,204,207)
0 Favorites   0 Comments

Color spaces of #efcccf

RGB 239204207
HSL0.990.520.87
HSV355°15°94°
CMYK 0.000.150.13   0.06
XYZ68.452066.041468.1710
Yxy66.04140.33780.3259
Hunter Lab81.26598.13927.1499
CIE-Lab85.017512.75973.0708

#efcccf color RGB value is (239,204,207).

#efcccf hex color red value is 239, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efcccf hue: 0.99 , saturation: 0.52 and the lightness value of efcccf is 0.87.

The process color (four color CMYK) of #efcccf color hex is 0.00, 0.15, 0.13, 0.06. Web safe color of #efcccf is #ffcccc. Color #efcccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11001111
Octal 357 314 317
Decimal 239 204 207
Hex EF CC CF

RGB Percentages of Color #efcccf

%36.77
%31.38
%31.85

CMYK Percentages of Color #efcccf

%0
%15
%13
%6

Triadic Colors of #efcccf

#efcccf #cfefcc #cccfef

Analogous Colors of #efcccf

#efcccf #efdbcc #efcce1

Monochromatic Colors of #efcccf

#efcccf

Complementary Color

#efcccf #ccefec

#efcccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcccf Color CSS Codes

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

#efcccf Text Font Color

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

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


#efcccf Background Color

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

This div background color is #efcccf


#efcccf Border Color

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

This div border color is #efcccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcccf


Comments

No comments written yet.

Please login to write comment.