Color Hex Logo

#ccedec Color Hex

#CCEDEC
(204,237,236)
0 Favorites   0 Comments

Color spaces of #ccedec

RGB 204237236
HSL0.490.480.86
HSV178°14°93°
CMYK 0.140.000.00   0.07
XYZ70.326379.461990.9880
Yxy79.46190.29210.3300
Hunter Lab89.1414-15.17351.8808
CIE-Lab91.4429-10.8819-3.1351

#ccedec color RGB value is (204,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101101 11101100
Octal 314 355 354
Decimal 204 237 236
Hex CC ED EC

RGB Percentages of Color #ccedec

%30.13
%35.01
%34.86

CMYK Percentages of Color #ccedec

%14
%0
%0
%7

Triadic Colors of #ccedec

#ccedec #eccced #edeccc

Analogous Colors of #ccedec

#ccedec #ccdeed #cceddc

Monochromatic Colors of #ccedec

#ccedec

Complementary Color

#ccedec #edcccd

#ccedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccedec Color CSS Codes

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

#ccedec Text Font Color

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

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


#ccedec Background Color

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

This div background color is #ccedec


#ccedec Border Color

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

This div border color is #ccedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccedec


Comments

No comments written yet.

Please login to write comment.