Color Hex Logo

#c8bbcc Color Hex

#C8BBCC
(200,187,204)
0 Favorites   0 Comments

Color spaces of #c8bbcc

RGB 200187204
HSL0.790.140.77
HSV286°80°
CMYK 0.020.080.00   0.20
XYZ52.488852.179664.4320
Yxy52.17960.31040.3086
Hunter Lab72.23543.2923-2.3202
CIE-Lab77.38817.6812-6.8963

#c8bbcc color RGB value is (200,187,204).

#c8bbcc hex color red value is 200, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c8bbcc hue: 0.79 , saturation: 0.14 and the lightness value of c8bbcc is 0.77.

The process color (four color CMYK) of #c8bbcc color hex is 0.02, 0.08, 0.00, 0.20. Web safe color of #c8bbcc is #cccccc. Color #c8bbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111011 11001100
Octal 310 273 314
Decimal 200 187 204
Hex C8 BB CC

RGB Percentages of Color #c8bbcc

%33.84
%31.64
%34.52

CMYK Percentages of Color #c8bbcc

%2
%8
%0
%20

Triadic Colors of #c8bbcc

#c8bbcc #ccc8bb #bbccc8

Analogous Colors of #c8bbcc

#c8bbcc #ccbbc8 #c0bbcc

Monochromatic Colors of #c8bbcc

#c8bbcc

Complementary Color

#c8bbcc #bfccbb

#c8bbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bbcc Color CSS Codes

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

#c8bbcc Text Font Color

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

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


#c8bbcc Background Color

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

This div background color is #c8bbcc


#c8bbcc Border Color

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

This div border color is #c8bbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bbcc


Comments

No comments written yet.

Please login to write comment.