Color Hex Logo

#c6cabd Color Hex

#C6CABD
(198,202,189)
0 Favorites   0 Comments

Color spaces of #c6cabd

RGB 198202189
HSL0.220.110.77
HSV78°79°
CMYK 0.020.000.06   0.21
XYZ53.594557.920956.4992
Yxy57.92090.31900.3447
Hunter Lab76.1058-7.48359.2585
CIE-Lab80.6948-3.71135.9998

#c6cabd color RGB value is (198,202,189).

#c6cabd hex color red value is 198, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c6cabd hue: 0.22 , saturation: 0.11 and the lightness value of c6cabd is 0.77.

The process color (four color CMYK) of #c6cabd color hex is 0.02, 0.00, 0.06, 0.21. Web safe color of #c6cabd is #cccccc. Color #c6cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11001010 10111101
Octal 306 312 275
Decimal 198 202 189
Hex C6 CA BD

RGB Percentages of Color #c6cabd

%33.62
%34.30
%32.09

CMYK Percentages of Color #c6cabd

%2
%0
%6
%21

Triadic Colors of #c6cabd

#c6cabd #bdc6ca #cabdc6

Analogous Colors of #c6cabd

#c6cabd #c0cabd #cac8bd

Monochromatic Colors of #c6cabd

#c6cabd

Complementary Color

#c6cabd #c1bdca

#c6cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6cabd Color CSS Codes

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

#c6cabd Text Font Color

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

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


#c6cabd Background Color

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

This div background color is #c6cabd


#c6cabd Border Color

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

This div border color is #c6cabd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,202,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6cabd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6cabd;
  -webkit-box-shadow: 1px 1px 3px 2px #c6cabd;
  box-shadow:         1px 1px 3px 2px #c6cabd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,202,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6cabd


Comments

No comments written yet.

Please login to write comment.