Color Hex Logo

#efc3cb Color Hex

#EFC3CB
(239,195,203)
0 Favorites   0 Comments

Color spaces of #efc3cb

RGB 239195203
HSL0.970.580.85
HSV349°18°94°
CMYK 0.000.180.15   0.06
XYZ65.891261.692764.9350
Yxy61.69270.34230.3205
Hunter Lab78.544712.29055.9647
CIE-Lab82.749716.87471.9121

#efc3cb color RGB value is (239,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 11001011
Octal 357 303 313
Decimal 239 195 203
Hex EF C3 CB

RGB Percentages of Color #efc3cb

%37.52
%30.61
%31.87

CMYK Percentages of Color #efc3cb

%0
%18
%15
%6

Triadic Colors of #efc3cb

#efc3cb #cbefc3 #c3cbef

Analogous Colors of #efc3cb

#efc3cb #efd1c3 #efc3e1

Monochromatic Colors of #efc3cb

#efc3cb

Complementary Color

#efc3cb #c3efe7

#efc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc3cb Color CSS Codes

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

#efc3cb Text Font Color

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

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


#efc3cb Background Color

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

This div background color is #efc3cb


#efc3cb Border Color

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

This div border color is #efc3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc3cb


Comments

No comments written yet.

Please login to write comment.