Color Hex Logo

#efccaa Color Hex

#EFCCAA
(239,204,170)
0 Favorites   0 Comments

Color spaces of #efccaa

RGB 239204170
HSL0.080.680.80
HSV30°29°94°
CMYK 0.000.150.29   0.06
XYZ64.445264.438747.0715
Yxy64.43870.36630.3662
Hunter Lab80.27372.824021.4247
CIE-Lab84.19377.389821.5207

#efccaa color RGB value is (239,204,170).

#efccaa hex color red value is 239, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #efccaa hue: 0.08 , saturation: 0.68 and the lightness value of efccaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10101010
Octal 357 314 252
Decimal 239 204 170
Hex EF CC AA

RGB Percentages of Color #efccaa

%38.99
%33.28
%27.73

CMYK Percentages of Color #efccaa

%0
%15
%29
%6

Triadic Colors of #efccaa

#efccaa #aaefcc #ccaaef

Analogous Colors of #efccaa

#efccaa #efefaa #efaaab

Monochromatic Colors of #efccaa

#efccaa

Complementary Color

#efccaa #aacdef

#efccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccaa Color CSS Codes

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

#efccaa Text Font Color

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

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


#efccaa Background Color

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

This div background color is #efccaa


#efccaa Border Color

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

This div border color is #efccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccaa


Comments

No comments written yet.

Please login to write comment.