Color Hex Logo

#efccc7 Color Hex

#EFCCC7
(239,204,199)
0 Favorites   0 Comments

Color spaces of #efccc7

RGB 239204199
HSL0.020.560.86
HSV17°94°
CMYK 0.000.150.17   0.06
XYZ67.498365.660063.1489
Yxy65.66000.34380.3345
Hunter Lab81.03096.885610.5158
CIE-Lab84.822711.50847.0441

#efccc7 color RGB value is (239,204,199).

#efccc7 hex color red value is 239, green value is 204 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #efccc7 hue: 0.02 , saturation: 0.56 and the lightness value of efccc7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11000111
Octal 357 314 307
Decimal 239 204 199
Hex EF CC C7

RGB Percentages of Color #efccc7

%37.23
%31.78
%31.00

CMYK Percentages of Color #efccc7

%0
%15
%17
%6

Triadic Colors of #efccc7

#efccc7 #c7efcc #ccc7ef

Analogous Colors of #efccc7

#efccc7 #efe0c7 #efc7d6

Monochromatic Colors of #efccc7

#efccc7

Complementary Color

#efccc7 #c7eaef

#efccc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccc7 Color CSS Codes

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

#efccc7 Text Font Color

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

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


#efccc7 Background Color

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

This div background color is #efccc7


#efccc7 Border Color

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

This div border color is #efccc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccc7


Comments

No comments written yet.

Please login to write comment.