Color Hex Logo

#c2ccdb Color Hex

#C2CCDB
(194,204,219)
0 Favorites   0 Comments

Color spaces of #c2ccdb

RGB 194204219
HSL0.600.260.81
HSV216°11°86°
CMYK 0.110.070.00   0.14
XYZ56.627259.769575.5699
Yxy59.76950.29500.3114
Hunter Lab77.3107-4.5493-3.8374
CIE-Lab81.7127-0.4500-8.6057

#c2ccdb color RGB value is (194,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 11011011
Octal 302 314 333
Decimal 194 204 219
Hex C2 CC DB

RGB Percentages of Color #c2ccdb

%31.44
%33.06
%35.49

CMYK Percentages of Color #c2ccdb

%11
%7
%0
%14

Triadic Colors of #c2ccdb

#c2ccdb #dbc2cc #ccdbc2

Analogous Colors of #c2ccdb

#c2ccdb #c5c2db #c2d9db

Monochromatic Colors of #c2ccdb

#c2ccdb

Complementary Color

#c2ccdb #dbd1c2

#c2ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccdb Color CSS Codes

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

#c2ccdb Text Font Color

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

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


#c2ccdb Background Color

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

This div background color is #c2ccdb


#c2ccdb Border Color

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

This div border color is #c2ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccdb


Comments

No comments written yet.

Please login to write comment.