Color Hex Logo

#ffe6cc Color Hex

#FFE6CC
(255,230,204)
7 Favorites   0 Comments

Color spaces of #ffe6cc

RGB 255230204
HSL0.081.000.90
HSV31°20°100°
CMYK 0.000.100.20   0.00
XYZ80.435982.213368.7561
Yxy82.21330.34760.3553
Hunter Lab90.6716-0.325618.5106
CIE-Lab92.66894.540715.7748

#ffe6cc color RGB value is (255,230,204).

#ffe6cc hex color red value is 255, green value is 230 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ffe6cc hue: 0.08 , saturation: 1.00 and the lightness value of ffe6cc is 0.90.

The process color (four color CMYK) of #ffe6cc color hex is 0.00, 0.10, 0.20, 0.00. Web safe color of #ffe6cc is #ffffcc. Color #ffe6cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 11001100
Octal 377 346 314
Decimal 255 230 204
Hex FF E6 CC

RGB Percentages of Color #ffe6cc

%37.01
%33.38
%29.61

CMYK Percentages of Color #ffe6cc

%0
%10
%20
%0

Triadic Colors of #ffe6cc

#ffe6cc #ccffe6 #e6ccff

Analogous Colors of #ffe6cc

#ffe6cc #ffffcc #ffcdcc

Monochromatic Colors of #ffe6cc

#ffe6cc

Complementary Color

#ffe6cc #cce5ff

#ffe6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe6cc Color CSS Codes

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

#ffe6cc Text Font Color

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

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


#ffe6cc Background Color

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

This div background color is #ffe6cc


#ffe6cc Border Color

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

This div border color is #ffe6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe6cc


Comments

No comments written yet.

Please login to write comment.