Color Hex Logo

#c8cbda Color Hex

#C8CBDA
(200,203,218)
0 Favorites   0 Comments

Color spaces of #c8cbda

RGB 200203218
HSL0.640.200.82
HSV230°85°
CMYK 0.080.070.00   0.15
XYZ57.830260.053274.8731
Yxy60.05320.30000.3115
Hunter Lab77.4940-2.4082-3.0390
CIE-Lab81.86711.8431-7.7936

#c8cbda color RGB value is (200,203,218).

#c8cbda hex color red value is 200, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c8cbda hue: 0.64 , saturation: 0.20 and the lightness value of c8cbda is 0.82.

The process color (four color CMYK) of #c8cbda color hex is 0.08, 0.07, 0.00, 0.15. Web safe color of #c8cbda is #cccccc. Color #c8cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001011 11011010
Octal 310 313 332
Decimal 200 203 218
Hex C8 CB DA

RGB Percentages of Color #c8cbda

%32.21
%32.69
%35.10

CMYK Percentages of Color #c8cbda

%8
%7
%0
%15

Triadic Colors of #c8cbda

#c8cbda #dac8cb #cbdac8

Analogous Colors of #c8cbda

#c8cbda #cec8da #c8d4da

Monochromatic Colors of #c8cbda

#c8cbda

Complementary Color

#c8cbda #dad7c8

#c8cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cbda Color CSS Codes

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

#c8cbda Text Font Color

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

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


#c8cbda Background Color

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

This div background color is #c8cbda


#c8cbda Border Color

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

This div border color is #c8cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cbda


Comments

No comments written yet.

Please login to write comment.