Color Hex Logo

#efe6cc Color Hex

#EFE6CC
(239,230,204)
0 Favorites   0 Comments

Color spaces of #efe6cc

RGB 239230204
HSL0.120.520.87
HSV45°15°94°
CMYK 0.000.040.15   0.06
XYZ74.792579.304068.4920
Yxy79.30400.33600.3563
Hunter Lab89.0528-5.926116.7360
CIE-Lab91.3717-1.197513.7581

#efe6cc color RGB value is (239,230,204).

#efe6cc hex color red value is 239, green value is 230 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #efe6cc hue: 0.12 , saturation: 0.52 and the lightness value of efe6cc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 11001100
Octal 357 346 314
Decimal 239 230 204
Hex EF E6 CC

RGB Percentages of Color #efe6cc

%35.51
%34.18
%30.31

CMYK Percentages of Color #efe6cc

%0
%4
%15
%6

Triadic Colors of #efe6cc

#efe6cc #ccefe6 #e6ccef

Analogous Colors of #efe6cc

#efe6cc #e7efcc #efd5cc

Monochromatic Colors of #efe6cc

#efe6cc

Complementary Color

#efe6cc #ccd5ef

#efe6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe6cc Color CSS Codes

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

#efe6cc Text Font Color

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

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


#efe6cc Background Color

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

This div background color is #efe6cc


#efe6cc Border Color

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

This div border color is #efe6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe6cc


Comments

No comments written yet.

Please login to write comment.