Color Hex Logo

#efcaca Color Hex

#EFCACA
(239,202,202)
0 Favorites   0 Comments

Color spaces of #efcaca

RGB 239202202
HSL0.000.540.86
HSV15°94°
CMYK 0.000.150.15   0.06
XYZ67.377864.856064.8444
Yxy64.85600.34190.3291
Hunter Lab80.53328.40828.6336
CIE-Lab84.409513.02394.8521

#efcaca color RGB value is (239,202,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11001010
Octal 357 312 312
Decimal 239 202 202
Hex EF CA CA

RGB Percentages of Color #efcaca

%37.17
%31.42
%31.42

CMYK Percentages of Color #efcaca

%0
%15
%15
%6

Triadic Colors of #efcaca

#efcaca #caefca #cacaef

Analogous Colors of #efcaca

#efcaca #efddca #efcadd

Monochromatic Colors of #efcaca

#efcaca

Complementary Color

#efcaca #caefef

#efcaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcaca Color CSS Codes

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

#efcaca Text Font Color

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

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


#efcaca Background Color

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

This div background color is #efcaca


#efcaca Border Color

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

This div border color is #efcaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcaca

#efcaca Color Palettes


Comments

No comments written yet.

Please login to write comment.