Color Hex Logo

#c8becd Color Hex

#C8BECD
(200,190,205)
0 Favorites   0 Comments

Color spaces of #c8becd

RGB 200190205
HSL0.780.130.77
HSV280°80°
CMYK 0.020.070.00   0.20
XYZ53.252353.514065.2802
Yxy53.51400.30950.3110
Hunter Lab73.15331.9218-1.7017
CIE-Lab78.17756.2581-6.2688

#c8becd color RGB value is (200,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111110 11001101
Octal 310 276 315
Decimal 200 190 205
Hex C8 BE CD

RGB Percentages of Color #c8becd

%33.61
%31.93
%34.45

CMYK Percentages of Color #c8becd

%2
%7
%0
%20

Triadic Colors of #c8becd

#c8becd #cdc8be #becdc8

Analogous Colors of #c8becd

#c8becd #cdbecb #c1becd

Monochromatic Colors of #c8becd

#c8becd

Complementary Color

#c8becd #c3cdbe

#c8becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8becd Color CSS Codes

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

#c8becd Text Font Color

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

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


#c8becd Background Color

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

This div background color is #c8becd


#c8becd Border Color

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

This div border color is #c8becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8becd


Comments

No comments written yet.

Please login to write comment.