Color Hex Logo

#c0cadb Color Hex

#C0CADB
(192,202,219)
0 Favorites   0 Comments

Color spaces of #c0cadb

RGB 192202219
HSL0.600.270.81
HSV218°12°86°
CMYK 0.120.080.00   0.14
XYZ55.644958.562075.3886
Yxy58.56200.29350.3089
Hunter Lab76.5258-4.1259-4.8409
CIE-Lab81.0502-0.0414-9.6062

#c0cadb color RGB value is (192,202,219).

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

The process color (four color CMYK) of #c0cadb color hex is 0.12, 0.08, 0.00, 0.14. Web safe color of #c0cadb is #cccccc. Color #c0cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001010 11011011
Octal 300 312 333
Decimal 192 202 219
Hex C0 CA DB

RGB Percentages of Color #c0cadb

%31.32
%32.95
%35.73

CMYK Percentages of Color #c0cadb

%12
%8
%0
%14

Triadic Colors of #c0cadb

#c0cadb #dbc0ca #cadbc0

Analogous Colors of #c0cadb

#c0cadb #c4c0db #c0d8db

Monochromatic Colors of #c0cadb

#c0cadb

Complementary Color

#c0cadb #dbd1c0

#c0cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cadb Color CSS Codes

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

#c0cadb Text Font Color

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

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


#c0cadb Background Color

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

This div background color is #c0cadb


#c0cadb Border Color

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

This div border color is #c0cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cadb


Comments

No comments written yet.

Please login to write comment.