Color Hex Logo

#c8cbbe Color Hex

#C8CBBE
(200,203,190)
0 Favorites   0 Comments

Color spaces of #c8cbbe

RGB 200203190
HSL0.210.110.77
HSV74°80°
CMYK 0.010.000.06   0.20
XYZ54.469658.708957.1763
Yxy58.70890.31970.3446
Hunter Lab76.6217-7.19429.3921
CIE-Lab81.1313-3.35676.1130

#c8cbbe color RGB value is (200,203,190).

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

The process color (four color CMYK) of #c8cbbe color hex is 0.01, 0.00, 0.06, 0.20. Web safe color of #c8cbbe is #cccccc. Color #c8cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001011 10111110
Octal 310 313 276
Decimal 200 203 190
Hex C8 CB BE

RGB Percentages of Color #c8cbbe

%33.73
%34.23
%32.04

CMYK Percentages of Color #c8cbbe

%1
%0
%6
%20

Triadic Colors of #c8cbbe

#c8cbbe #bec8cb #cbbec8

Analogous Colors of #c8cbbe

#c8cbbe #c2cbbe #cbc8be

Monochromatic Colors of #c8cbbe

#c8cbbe

Complementary Color

#c8cbbe #c1becb

#c8cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cbbe Color CSS Codes

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

#c8cbbe Text Font Color

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

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


#c8cbbe Background Color

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

This div background color is #c8cbbe


#c8cbbe Border Color

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

This div border color is #c8cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cbbe


Comments

No comments written yet.

Please login to write comment.