Color Hex Logo

#efd0ca Color Hex

#EFD0CA
(239,208,202)
0 Favorites   0 Comments

Color spaces of #efd0ca

RGB 239208202
HSL0.030.540.86
HSV10°15°94°
CMYK 0.000.130.15   0.06
XYZ68.813167.726765.3228
Yxy67.72670.34090.3355
Hunter Lab82.29625.236810.5458
CIE-Lab85.86969.87376.9567

#efd0ca color RGB value is (239,208,202).

#efd0ca hex color red value is 239, green value is 208 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efd0ca hue: 0.03 , saturation: 0.54 and the lightness value of efd0ca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 11001010
Octal 357 320 312
Decimal 239 208 202
Hex EF D0 CA

RGB Percentages of Color #efd0ca

%36.83
%32.05
%31.12

CMYK Percentages of Color #efd0ca

%0
%13
%15
%6

Triadic Colors of #efd0ca

#efd0ca #caefd0 #d0caef

Analogous Colors of #efd0ca

#efd0ca #efe3ca #efcad7

Monochromatic Colors of #efd0ca

#efd0ca

Complementary Color

#efd0ca #cae9ef

#efd0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd0ca Color CSS Codes

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

#efd0ca Text Font Color

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

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


#efd0ca Background Color

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

This div background color is #efd0ca


#efd0ca Border Color

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

This div border color is #efd0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd0ca

#efd0ca Color Palettes


Comments

No comments written yet.

Please login to write comment.