Color Hex Logo

#c4ccdb Color Hex

#C4CCDB
(196,204,219)
0 Favorites   0 Comments

Color spaces of #c4ccdb

RGB 196204219
HSL0.610.240.81
HSV219°11°86°
CMYK 0.110.070.00   0.14
XYZ57.144060.036075.5941
Yxy60.03600.29640.3114
Hunter Lab77.4829-3.9505-3.6067
CIE-Lab81.85780.2009-8.3746

#c4ccdb color RGB value is (196,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001100 11011011
Octal 304 314 333
Decimal 196 204 219
Hex C4 CC DB

RGB Percentages of Color #c4ccdb

%31.66
%32.96
%35.38

CMYK Percentages of Color #c4ccdb

%11
%7
%0
%14

Triadic Colors of #c4ccdb

#c4ccdb #dbc4cc #ccdbc4

Analogous Colors of #c4ccdb

#c4ccdb #c8c4db #c4d8db

Monochromatic Colors of #c4ccdb

#c4ccdb

Complementary Color

#c4ccdb #dbd3c4

#c4ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ccdb Color CSS Codes

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

#c4ccdb Text Font Color

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

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


#c4ccdb Background Color

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

This div background color is #c4ccdb


#c4ccdb Border Color

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

This div border color is #c4ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ccdb

#c4ccdb Color Palettes


Comments

No comments written yet.

Please login to write comment.