Color Hex Logo

#c8becc Color Hex

#C8BECC
(200,190,204)
0 Favorites   0 Comments

Color spaces of #c8becc

RGB 200190204
HSL0.790.120.77
HSV283°80°
CMYK 0.020.070.00   0.20
XYZ53.132053.465964.6463
Yxy53.46590.31030.3122
Hunter Lab73.12041.7441-1.2345
CIE-Lab78.14936.0691-5.7699

#c8becc color RGB value is (200,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 11001100
Octal 310 276 314
Decimal 200 190 204
Hex C8 BE CC

RGB Percentages of Color #c8becc

%33.67
%31.99
%34.34

CMYK Percentages of Color #c8becc

%2
%7
%0
%20

Triadic Colors of #c8becc

#c8becc #ccc8be #beccc8

Analogous Colors of #c8becc

#c8becc #ccbec9 #c1becc

Monochromatic Colors of #c8becc

#c8becc

Complementary Color

#c8becc #c2ccbe

#c8becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8becc Color CSS Codes

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

#c8becc Text Font Color

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

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


#c8becc Background Color

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

This div background color is #c8becc


#c8becc Border Color

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

This div border color is #c8becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8becc


Comments

No comments written yet.

Please login to write comment.