Color Hex Logo

#efc3cd Color Hex

#EFC3CD
(239,195,205)
0 Favorites   0 Comments

Color spaces of #efc3cd

RGB 239195205
HSL0.960.580.85
HSV346°18°94°
CMYK 0.000.180.14   0.06
XYZ66.131261.788766.1985
Yxy61.78870.34070.3183
Hunter Lab78.605812.61235.0925
CIE-Lab82.800917.19070.9155

#efc3cd color RGB value is (239,195,205).

#efc3cd hex color red value is 239, green value is 195 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #efc3cd hue: 0.96 , saturation: 0.58 and the lightness value of efc3cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 11001101
Octal 357 303 315
Decimal 239 195 205
Hex EF C3 CD

RGB Percentages of Color #efc3cd

%37.40
%30.52
%32.08

CMYK Percentages of Color #efc3cd

%0
%18
%14
%6

Triadic Colors of #efc3cd

#efc3cd #cdefc3 #c3cdef

Analogous Colors of #efc3cd

#efc3cd #efcfc3 #efc3e3

Monochromatic Colors of #efc3cd

#efc3cd

Complementary Color

#efc3cd #c3efe5

#efc3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc3cd Color CSS Codes

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

#efc3cd Text Font Color

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

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


#efc3cd Background Color

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

This div background color is #efc3cd


#efc3cd Border Color

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

This div border color is #efc3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc3cd


Comments

No comments written yet.

Please login to write comment.