Color Hex Logo

#efcca2 Color Hex

#EFCCA2
(239,204,162)
2 Favorites   0 Comments

Color spaces of #efcca2

RGB 239204162
HSL0.090.710.79
HSV33°32°94°
CMYK 0.000.150.32   0.06
XYZ63.711164.145143.2057
Yxy64.14510.37240.3750
Hunter Lab80.09061.835924.0789
CIE-Lab84.04136.372525.5166

#efcca2 color RGB value is (239,204,162).

#efcca2 hex color red value is 239, green value is 204 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #efcca2 hue: 0.09 , saturation: 0.71 and the lightness value of efcca2 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10100010
Octal 357 314 242
Decimal 239 204 162
Hex EF CC A2

RGB Percentages of Color #efcca2

%39.50
%33.72
%26.78

CMYK Percentages of Color #efcca2

%0
%15
%32
%6

Triadic Colors of #efcca2

#efcca2 #a2efcc #cca2ef

Analogous Colors of #efcca2

#efcca2 #ecefa2 #efa6a2

Monochromatic Colors of #efcca2

#efcca2

Complementary Color

#efcca2 #a2c5ef

#efcca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcca2 Color CSS Codes

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

#efcca2 Text Font Color

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

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


#efcca2 Background Color

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

This div background color is #efcca2


#efcca2 Border Color

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

This div border color is #efcca2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,204,162, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efcca2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcca2


Comments

No comments written yet.

Please login to write comment.