color codes Logo

#efc5cc color codes

#EFC5CC
(239,197,204)
0 Favorites   0 Comments

Color spaces of #efc5cc

RGB 239197204
HSL0.970.570.85
HSV350°18°94°
CMYK 0.000.180.15   0.06
XYZ66.461962.642965.7151
Yxy62.64290.34110.3215
Hunter Lab79.147311.38316.1753
CIE-Lab83.254115.97452.1103

#efc5cc color RGB value is (239,197,204).

#efc5cc hex color red value is 239, green value is 197 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efc5cc hue: 0.97 , saturation: 0.57 and the lightness value of efc5cc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000101 11001100
Octal 357 305 314
Decimal 239 197 204
Hex EF C5 CC

RGB Percentages of Color #efc5cc

%37.34
%30.78
%31.88

CMYK Percentages of Color #efc5cc

%0
%18
%15
%6

Triadic Colors of #efc5cc

#efc5cc #ccefc5 #c5ccef

Analogous Colors of #efc5cc

#efc5cc #efd3c5 #efc5e1

Monochromatic Colors of #efc5cc

#efc5cc

Complementary Color

#efc5cc #c5efe8

#efc5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc5cc Color CSS Codes

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

#efc5cc Text Font Color

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

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


#efc5cc Background Color

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

This div background color is #efc5cc


#efc5cc Border Color

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

This div border color is #efc5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc5cc


Comments

No comments written yet.

Please login to write comment.