Color Hex Logo

#efcacb Color Hex

#EFCACB
(239,202,203)
0 Favorites   0 Comments

Color spaces of #efcacb

RGB 239202203
HSL1.000.540.86
HSV358°15°94°
CMYK 0.000.150.15   0.06
XYZ67.496664.903665.4701
Yxy64.90360.34110.3280
Hunter Lab80.56288.56498.2114
CIE-Lab84.434013.17994.3549

#efcacb color RGB value is (239,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 11001011
Octal 357 312 313
Decimal 239 202 203
Hex EF CA CB

RGB Percentages of Color #efcacb

%37.11
%31.37
%31.52

CMYK Percentages of Color #efcacb

%0
%15
%15
%6

Triadic Colors of #efcacb

#efcacb #cbefca #cacbef

Analogous Colors of #efcacb

#efcacb #efdcca #efcade

Monochromatic Colors of #efcacb

#efcacb

Complementary Color

#efcacb #caefee

#efcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcacb Color CSS Codes

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

#efcacb Text Font Color

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

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


#efcacb Background Color

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

This div background color is #efcacb


#efcacb Border Color

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

This div border color is #efcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcacb


Comments

No comments written yet.

Please login to write comment.