Color Hex Logo

#efcecc Color Hex

#EFCECC
(239,206,204)
0 Favorites   0 Comments

Color spaces of #efcecc

RGB 239206204
HSL0.010.520.87
HSV15°94°
CMYK 0.000.140.15   0.06
XYZ68.567066.853066.4168
Yxy66.85300.33970.3312
Hunter Lab81.76376.60369.0732
CIE-Lab85.429711.23425.2618

#efcecc color RGB value is (239,206,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11001100
Octal 357 316 314
Decimal 239 206 204
Hex EF CE CC

RGB Percentages of Color #efcecc

%36.83
%31.74
%31.43

CMYK Percentages of Color #efcecc

%0
%14
%15
%6

Triadic Colors of #efcecc

#efcecc #ccefce #ceccef

Analogous Colors of #efcecc

#efcecc #efe0cc #efccdc

Monochromatic Colors of #efcecc

#efcecc

Complementary Color

#efcecc #ccedef

#efcecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcecc Color CSS Codes

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

#efcecc Text Font Color

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

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


#efcecc Background Color

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

This div background color is #efcecc


#efcecc Border Color

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

This div border color is #efcecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcecc


Comments

No comments written yet.

Please login to write comment.