Color Hex Logo

#efcccc Color Hex

#EFCCCC
(239,204,204)
2 Favorites   0 Comments

Color spaces of #efcccc

RGB 239204204
HSL0.000.520.87
HSV15°94°
CMYK 0.000.150.15   0.06
XYZ68.088665.896166.2573
Yxy65.89610.34000.3291
Hunter Lab81.17647.66238.4302
CIE-Lab84.943412.28484.5593

#efcccc color RGB value is (239,204,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11001100
Octal 357 314 314
Decimal 239 204 204
Hex EF CC CC

RGB Percentages of Color #efcccc

%36.94
%31.53
%31.53

CMYK Percentages of Color #efcccc

%0
%15
%15
%6

Triadic Colors of #efcccc

#efcccc #ccefcc #ccccef

Analogous Colors of #efcccc

#efcccc #efdecc #efccde

Monochromatic Colors of #efcccc

#efcccc

Complementary Color

#efcccc #ccefef

#efcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcccc Color CSS Codes

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

#efcccc Text Font Color

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

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


#efcccc Background Color

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

This div background color is #efcccc


#efcccc Border Color

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

This div border color is #efcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcccc

#efcccc Color Palettes


Comments

No comments written yet.

Please login to write comment.