Color Hex Logo

#c8cadb Color Hex

#C8CADB
(200,202,219)
0 Favorites   0 Comments

Color spaces of #c8cadb

RGB 200202219
HSL0.650.210.82
HSV234°86°
CMYK 0.090.080.00   0.14
XYZ57.726159.634975.4860
Yxy59.63490.29930.3092
Hunter Lab77.2236-1.7093-3.8993
CIE-Lab81.63932.5704-8.6667

#c8cadb color RGB value is (200,202,219).

#c8cadb hex color red value is 200, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c8cadb hue: 0.65 , saturation: 0.21 and the lightness value of c8cadb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001010 11011011
Octal 310 312 333
Decimal 200 202 219
Hex C8 CA DB

RGB Percentages of Color #c8cadb

%32.21
%32.53
%35.27

CMYK Percentages of Color #c8cadb

%9
%8
%0
%14

Triadic Colors of #c8cadb

#c8cadb #dbc8ca #cadbc8

Analogous Colors of #c8cadb

#c8cadb #d0c8db #c8d4db

Monochromatic Colors of #c8cadb

#c8cadb

Complementary Color

#c8cadb #dbd9c8

#c8cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cadb Color CSS Codes

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

#c8cadb Text Font Color

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

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


#c8cadb Background Color

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

This div background color is #c8cadb


#c8cadb Border Color

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

This div border color is #c8cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cadb


Comments

No comments written yet.

Please login to write comment.