Color Hex Logo

#cccfdb Color Hex

#CCCFDB
(204,207,219)
0 Favorites   0 Comments

Color spaces of #cccfdb

RGB 204207219
HSL0.630.170.83
HSV228°86°
CMYK 0.070.050.00   0.14
XYZ60.000862.577575.9341
Yxy62.57750.30230.3152
Hunter Lab79.1059-3.0455-1.5385
CIE-Lab83.21961.2493-6.2917

#cccfdb color RGB value is (204,207,219).

#cccfdb hex color red value is 204, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cccfdb hue: 0.63 , saturation: 0.17 and the lightness value of cccfdb is 0.83.

The process color (four color CMYK) of #cccfdb color hex is 0.07, 0.05, 0.00, 0.14. Web safe color of #cccfdb is #cccccc. Color #cccfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001111 11011011
Octal 314 317 333
Decimal 204 207 219
Hex CC CF DB

RGB Percentages of Color #cccfdb

%32.38
%32.86
%34.76

CMYK Percentages of Color #cccfdb

%7
%5
%0
%14

Triadic Colors of #cccfdb

#cccfdb #dbcccf #cfdbcc

Analogous Colors of #cccfdb

#cccfdb #d1ccdb #ccd7db

Monochromatic Colors of #cccfdb

#cccfdb

Complementary Color

#cccfdb #dbd8cc

#cccfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccfdb Color CSS Codes

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

#cccfdb Text Font Color

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

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


#cccfdb Background Color

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

This div background color is #cccfdb


#cccfdb Border Color

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

This div border color is #cccfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccfdb

#cccfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.