Color Hex Logo

#ccedd7 Color Hex

#CCEDD7
(204,237,215)
3 Favorites   0 Comments

Color spaces of #ccedd7

RGB 204237215
HSL0.390.480.86
HSV140°14°93°
CMYK 0.140.000.09   0.07
XYZ67.451878.312075.8506
Yxy78.31200.30440.3534
Hunter Lab88.4941-18.808611.1268
CIE-Lab90.9221-14.88467.0535

#ccedd7 color RGB value is (204,237,215).

#ccedd7 hex color red value is 204, green value is 237 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ccedd7 hue: 0.39 , saturation: 0.48 and the lightness value of ccedd7 is 0.86.

The process color (four color CMYK) of #ccedd7 color hex is 0.14, 0.00, 0.09, 0.07. Web safe color of #ccedd7 is #ccffcc. Color #ccedd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11010111
Octal 314 355 327
Decimal 204 237 215
Hex CC ED D7

RGB Percentages of Color #ccedd7

%31.10
%36.13
%32.77

CMYK Percentages of Color #ccedd7

%14
%0
%9
%7

Triadic Colors of #ccedd7

#ccedd7 #d7cced #edd7cc

Analogous Colors of #ccedd7

#ccedd7 #ccede8 #d2edcc

Monochromatic Colors of #ccedd7

#ccedd7

Complementary Color

#ccedd7 #edcce2

#ccedd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedd7 Color CSS Codes

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

#ccedd7 Text Font Color

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

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


#ccedd7 Background Color

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

This div background color is #ccedd7


#ccedd7 Border Color

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

This div border color is #ccedd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedd7


Comments

No comments written yet.

Please login to write comment.