Color Hex Logo

#efc6cd Color Hex

#EFC6CD
(239,198,205)
0 Favorites   0 Comments

Color spaces of #efc6cd

RGB 239198205
HSL0.970.560.86
HSV350°17°94°
CMYK 0.000.170.14   0.06
XYZ66.810163.146766.4249
Yxy63.14670.34020.3216
Hunter Lab79.464911.01036.0648
CIE-Lab83.519515.60431.9615

#efc6cd color RGB value is (239,198,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 11001101
Octal 357 306 315
Decimal 239 198 205
Hex EF C6 CD

RGB Percentages of Color #efc6cd

%37.23
%30.84
%31.93

CMYK Percentages of Color #efc6cd

%0
%17
%14
%6

Triadic Colors of #efc6cd

#efc6cd #cdefc6 #c6cdef

Analogous Colors of #efc6cd

#efc6cd #efd4c6 #efc6e2

Monochromatic Colors of #efc6cd

#efc6cd

Complementary Color

#efc6cd #c6efe8

#efc6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc6cd Color CSS Codes

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

#efc6cd Text Font Color

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

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


#efc6cd Background Color

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

This div background color is #efc6cd


#efc6cd Border Color

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

This div border color is #efc6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc6cd


Comments

No comments written yet.

Please login to write comment.