Color Hex Logo

#efc4ca Color Hex

#EFC4CA
(239,196,202)
0 Favorites   0 Comments

Color spaces of #efc4ca

RGB 239196202
HSL0.980.570.85
HSV352°18°94°
CMYK 0.000.180.15   0.06
XYZ65.997262.094864.3842
Yxy62.09480.34290.3226
Hunter Lab78.800311.59786.7169
CIE-Lab82.963816.18912.7586

#efc4ca color RGB value is (239,196,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 11001010
Octal 357 304 312
Decimal 239 196 202
Hex EF C4 CA

RGB Percentages of Color #efc4ca

%37.52
%30.77
%31.71

CMYK Percentages of Color #efc4ca

%0
%18
%15
%6

Triadic Colors of #efc4ca

#efc4ca #caefc4 #c4caef

Analogous Colors of #efc4ca

#efc4ca #efd4c4 #efc4e0

Monochromatic Colors of #efc4ca

#efc4ca

Complementary Color

#efc4ca #c4efe9

#efc4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4ca Color CSS Codes

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

#efc4ca Text Font Color

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

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


#efc4ca Background Color

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

This div background color is #efc4ca


#efc4ca Border Color

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

This div border color is #efc4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4ca


Comments

No comments written yet.

Please login to write comment.