Color Hex Logo

#cce1c7 Color Hex

#CCE1C7
(204,225,199)
0 Favorites   0 Comments

Color spaces of #cce1c7

RGB 204225199
HSL0.300.300.83
HSV108°12°88°
CMYK 0.090.000.12   0.12
XYZ62.135970.811364.4259
Yxy70.81130.31480.3588
Hunter Lab84.1495-15.457313.5114
CIE-Lab87.3932-11.712210.3593

#cce1c7 color RGB value is (204,225,199).

#cce1c7 hex color red value is 204, green value is 225 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #cce1c7 hue: 0.30 , saturation: 0.30 and the lightness value of cce1c7 is 0.83.

The process color (four color CMYK) of #cce1c7 color hex is 0.09, 0.00, 0.12, 0.12. Web safe color of #cce1c7 is #cccccc. Color #cce1c7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 11000111
Octal 314 341 307
Decimal 204 225 199
Hex CC E1 C7

RGB Percentages of Color #cce1c7

%32.48
%35.83
%31.69

CMYK Percentages of Color #cce1c7

%9
%0
%12
%12

Triadic Colors of #cce1c7

#cce1c7 #c7cce1 #e1c7cc

Analogous Colors of #cce1c7

#cce1c7 #c7e1cf #d9e1c7

Monochromatic Colors of #cce1c7

#cce1c7

Complementary Color

#cce1c7 #dcc7e1

#cce1c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1c7 Color CSS Codes

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

#cce1c7 Text Font Color

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

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


#cce1c7 Background Color

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

This div background color is #cce1c7


#cce1c7 Border Color

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

This div border color is #cce1c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1c7


Comments

No comments written yet.

Please login to write comment.