Color Hex Logo

#ccecdb Color Hex

#CCECDB
(204,236,219)
0 Favorites   0 Comments

Color spaces of #ccecdb

RGB 204236219
HSL0.410.460.86
HSV148°14°93°
CMYK 0.140.000.07   0.07
XYZ67.683577.942778.4950
Yxy77.94270.30200.3478
Hunter Lab88.2852-17.65279.0844
CIE-Lab90.7537-13.64894.7264

#ccecdb color RGB value is (204,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11011011
Octal 314 354 333
Decimal 204 236 219
Hex CC EC DB

RGB Percentages of Color #ccecdb

%30.96
%35.81
%33.23

CMYK Percentages of Color #ccecdb

%14
%0
%7
%7

Triadic Colors of #ccecdb

#ccecdb #dbccec #ecdbcc

Analogous Colors of #ccecdb

#ccecdb #cceceb #cdeccc

Monochromatic Colors of #ccecdb

#ccecdb

Complementary Color

#ccecdb #ecccdd

#ccecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecdb Color CSS Codes

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

#ccecdb Text Font Color

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

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


#ccecdb Background Color

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

This div background color is #ccecdb


#ccecdb Border Color

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

This div border color is #ccecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecdb


Comments

No comments written yet.

Please login to write comment.