Color Hex Logo

#ccedcd Color Hex

#CCEDCD
(204,237,205)
0 Favorites   0 Comments

Color spaces of #ccedcd

RGB 204237205
HSL0.340.480.86
HSV122°14°93°
CMYK 0.140.000.14   0.07
XYZ66.205577.813569.2877
Yxy77.81350.31040.3648
Hunter Lab88.2120-20.401815.1780
CIE-Lab90.6947-16.668511.9299

#ccedcd color RGB value is (204,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11001101
Octal 314 355 315
Decimal 204 237 205
Hex CC ED CD

RGB Percentages of Color #ccedcd

%31.58
%36.69
%31.73

CMYK Percentages of Color #ccedcd

%14
%0
%14
%7

Triadic Colors of #ccedcd

#ccedcd #cdcced #edcdcc

Analogous Colors of #ccedcd

#ccedcd #ccedde #dcedcc

Monochromatic Colors of #ccedcd

#ccedcd

Complementary Color

#ccedcd #edccec

#ccedcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedcd Color CSS Codes

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

#ccedcd Text Font Color

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

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


#ccedcd Background Color

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

This div background color is #ccedcd


#ccedcd Border Color

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

This div border color is #ccedcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedcd


Comments

No comments written yet.

Please login to write comment.