Color Hex Logo

#efccca Color Hex

#EFCCCA
(239,204,202)
0 Favorites   0 Comments

Color spaces of #efccca

RGB 239204202
HSL0.010.540.86
HSV15°94°
CMYK 0.000.150.15   0.06
XYZ67.850165.800765.0018
Yxy65.80070.34160.3312
Hunter Lab81.11767.34889.2716
CIE-Lab84.894711.97195.5525

#efccca color RGB value is (239,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11001010
Octal 357 314 312
Decimal 239 204 202
Hex EF CC CA

RGB Percentages of Color #efccca

%37.05
%31.63
%31.32

CMYK Percentages of Color #efccca

%0
%15
%15
%6

Triadic Colors of #efccca

#efccca #caefcc #cccaef

Analogous Colors of #efccca

#efccca #efdfca #efcadb

Monochromatic Colors of #efccca

#efccca

Complementary Color

#efccca #caedef

#efccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccca Color CSS Codes

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

#efccca Text Font Color

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

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


#efccca Background Color

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

This div background color is #efccca


#efccca Border Color

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

This div border color is #efccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccca


Comments

No comments written yet.

Please login to write comment.