Color Hex Logo

#c8cadc Color Hex

#C8CADC
(200,202,220)
0 Favorites   0 Comments

Color spaces of #c8cadc

RGB 200202220
HSL0.650.220.82
HSV234°86°
CMYK 0.090.080.00   0.14
XYZ57.858259.687776.1816
Yxy59.68770.29870.3081
Hunter Lab77.2578-1.5229-4.3836
CIE-Lab81.66812.7690-9.1591

#c8cadc color RGB value is (200,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001010 11011100
Octal 310 312 334
Decimal 200 202 220
Hex C8 CA DC

RGB Percentages of Color #c8cadc

%32.15
%32.48
%35.37

CMYK Percentages of Color #c8cadc

%9
%8
%0
%14

Triadic Colors of #c8cadc

#c8cadc #dcc8ca #cadcc8

Analogous Colors of #c8cadc

#c8cadc #d0c8dc #c8d4dc

Monochromatic Colors of #c8cadc

#c8cadc

Complementary Color

#c8cadc #dcdac8

#c8cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cadc Color CSS Codes

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

#c8cadc Text Font Color

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

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


#c8cadc Background Color

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

This div background color is #c8cadc


#c8cadc Border Color

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

This div border color is #c8cadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,202,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8cadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cadc


Comments

No comments written yet.

Please login to write comment.