Color Hex Logo

#efc0ca Color Hex

#EFC0CA
(239,192,202)
0 Favorites   0 Comments

Color spaces of #efc0ca

RGB 239192202
HSL0.960.590.85
HSV347°20°94°
CMYK 0.000.200.15   0.06
XYZ65.106960.314364.0874
Yxy60.31430.34360.3183
Hunter Lab77.662313.73365.4371
CIE-Lab82.008718.30591.3702

#efc0ca color RGB value is (239,192,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 11001010
Octal 357 300 312
Decimal 239 192 202
Hex EF C0 CA

RGB Percentages of Color #efc0ca

%37.76
%30.33
%31.91

CMYK Percentages of Color #efc0ca

%0
%20
%15
%6

Triadic Colors of #efc0ca

#efc0ca #caefc0 #c0caef

Analogous Colors of #efc0ca

#efc0ca #efcec0 #efc0e2

Monochromatic Colors of #efc0ca

#efc0ca

Complementary Color

#efc0ca #c0efe5

#efc0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc0ca Color CSS Codes

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

#efc0ca Text Font Color

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

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


#efc0ca Background Color

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

This div background color is #efc0ca


#efc0ca Border Color

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

This div border color is #efc0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc0ca


Comments

No comments written yet.

Please login to write comment.