Color Hex Logo

#ccdee3 Color Hex

#CCDEE3
(204,222,227)
0 Favorites   0 Comments

Color spaces of #ccdee3

RGB 204222227
HSL0.540.290.85
HSV193°10°89°
CMYK 0.100.020.00   0.11
XYZ64.888270.626082.8852
Yxy70.62600.29710.3234
Hunter Lab84.0393-9.24580.3517
CIE-Lab87.3030-5.0082-4.5061

#ccdee3 color RGB value is (204,222,227).

#ccdee3 hex color red value is 204, green value is 222 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ccdee3 hue: 0.54 , saturation: 0.29 and the lightness value of ccdee3 is 0.85.

The process color (four color CMYK) of #ccdee3 color hex is 0.10, 0.02, 0.00, 0.11. Web safe color of #ccdee3 is #cccccc. Color #ccdee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 11100011
Octal 314 336 343
Decimal 204 222 227
Hex CC DE E3

RGB Percentages of Color #ccdee3

%31.24
%34.00
%34.76

CMYK Percentages of Color #ccdee3

%10
%2
%0
%11

Triadic Colors of #ccdee3

#ccdee3 #e3ccde #dee3cc

Analogous Colors of #ccdee3

#ccdee3 #ccd3e3 #cce3dd

Monochromatic Colors of #ccdee3

#ccdee3

Complementary Color

#ccdee3 #e3d1cc

#ccdee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdee3 Color CSS Codes

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

#ccdee3 Text Font Color

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

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


#ccdee3 Background Color

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

This div background color is #ccdee3


#ccdee3 Border Color

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

This div border color is #ccdee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdee3


Comments

No comments written yet.

Please login to write comment.