Color Hex Logo

#c6d4cb Color Hex

#C6D4CB
(198,212,203)
0 Favorites   0 Comments

Color spaces of #c6d4cb

RGB 198212203
HSL0.390.140.80
HSV141°83°
CMYK 0.070.000.04   0.17
XYZ57.611763.404565.7018
Yxy63.40450.30850.3396
Hunter Lab79.6269-10.19886.8175
CIE-Lab83.6548-6.39662.8124

#c6d4cb color RGB value is (198,212,203).

#c6d4cb hex color red value is 198, green value is 212 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c6d4cb hue: 0.39 , saturation: 0.14 and the lightness value of c6d4cb is 0.80.

The process color (four color CMYK) of #c6d4cb color hex is 0.07, 0.00, 0.04, 0.17. Web safe color of #c6d4cb is #cccccc. Color #c6d4cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11010100 11001011
Octal 306 324 313
Decimal 198 212 203
Hex C6 D4 CB

RGB Percentages of Color #c6d4cb

%32.30
%34.58
%33.12

CMYK Percentages of Color #c6d4cb

%7
%0
%4
%17

Triadic Colors of #c6d4cb

#c6d4cb #cbc6d4 #d4cbc6

Analogous Colors of #c6d4cb

#c6d4cb #c6d4d2 #c8d4c6

Monochromatic Colors of #c6d4cb

#c6d4cb

Complementary Color

#c6d4cb #d4c6cf

#c6d4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6d4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6d4cb Color CSS Codes

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

#c6d4cb Text Font Color

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

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


#c6d4cb Background Color

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

This div background color is #c6d4cb


#c6d4cb Border Color

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

This div border color is #c6d4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6d4cb


Comments

No comments written yet.

Please login to write comment.