Color Hex Logo

#ccdee0 Color Hex

#CCDEE0
(204,222,224)
1 Favorites   0 Comments

Color spaces of #ccdee0

RGB 204222224
HSL0.520.240.84
HSV186°88°
CMYK 0.090.010.00   0.12
XYZ64.477770.461780.7231
Yxy70.46170.29900.3267
Hunter Lab83.9415-9.78691.7422
CIE-Lab87.2228-5.5930-3.0424

#ccdee0 color RGB value is (204,222,224).

#ccdee0 hex color red value is 204, green value is 222 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccdee0 hue: 0.52 , saturation: 0.24 and the lightness value of ccdee0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11100000
Octal 314 336 340
Decimal 204 222 224
Hex CC DE E0

RGB Percentages of Color #ccdee0

%31.38
%34.15
%34.46

CMYK Percentages of Color #ccdee0

%9
%1
%0
%12

Triadic Colors of #ccdee0

#ccdee0 #e0ccde #dee0cc

Analogous Colors of #ccdee0

#ccdee0 #ccd4e0 #cce0d8

Monochromatic Colors of #ccdee0

#ccdee0

Complementary Color

#ccdee0 #e0cecc

#ccdee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdee0 Color CSS Codes

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

#ccdee0 Text Font Color

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

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


#ccdee0 Background Color

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

This div background color is #ccdee0


#ccdee0 Border Color

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

This div border color is #ccdee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdee0


Comments

No comments written yet.

Please login to write comment.