Color Hex Logo

#ccdbe0 Color Hex

#CCDBE0
(204,219,224)
0 Favorites   0 Comments

Color spaces of #ccdbe0

RGB 204219224
HSL0.540.240.84
HSV195°88°
CMYK 0.090.020.00   0.12
XYZ63.687968.882280.4599
Yxy68.88220.29900.3233
Hunter Lab82.9953-8.26670.6179
CIE-Lab86.4457-4.0445-4.1854

#ccdbe0 color RGB value is (204,219,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011011 11100000
Octal 314 333 340
Decimal 204 219 224
Hex CC DB E0

RGB Percentages of Color #ccdbe0

%31.53
%33.85
%34.62

CMYK Percentages of Color #ccdbe0

%9
%2
%0
%12

Triadic Colors of #ccdbe0

#ccdbe0 #e0ccdb #dbe0cc

Analogous Colors of #ccdbe0

#ccdbe0 #ccd1e0 #cce0db

Monochromatic Colors of #ccdbe0

#ccdbe0

Complementary Color

#ccdbe0 #e0d1cc

#ccdbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdbe0 Color CSS Codes

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

#ccdbe0 Text Font Color

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

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


#ccdbe0 Background Color

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

This div background color is #ccdbe0


#ccdbe0 Border Color

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

This div border color is #ccdbe0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,219,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 #ccdbe0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdbe0


Comments

No comments written yet.

Please login to write comment.