Color Hex Logo

#c5d7cb Color Hex

#C5D7CB
(197,215,203)
0 Favorites   0 Comments

Color spaces of #c5d7cb

RGB 197215203
HSL0.390.180.81
HSV140°84°
CMYK 0.080.000.06   0.16
XYZ58.105964.783065.9418
Yxy64.78300.30770.3431
Hunter Lab80.4879-11.99097.7666
CIE-Lab84.3718-8.28083.8432

#c5d7cb color RGB value is (197,215,203).

#c5d7cb hex color red value is 197, green value is 215 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c5d7cb hue: 0.39 , saturation: 0.18 and the lightness value of c5d7cb is 0.81.

The process color (four color CMYK) of #c5d7cb color hex is 0.08, 0.00, 0.06, 0.16. Web safe color of #c5d7cb is #cccccc. Color #c5d7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11010111 11001011
Octal 305 327 313
Decimal 197 215 203
Hex C5 D7 CB

RGB Percentages of Color #c5d7cb

%32.03
%34.96
%33.01

CMYK Percentages of Color #c5d7cb

%8
%0
%6
%16

Triadic Colors of #c5d7cb

#c5d7cb #cbc5d7 #d7cbc5

Analogous Colors of #c5d7cb

#c5d7cb #c5d7d4 #c8d7c5

Monochromatic Colors of #c5d7cb

#c5d7cb

Complementary Color

#c5d7cb #d7c5d1

#c5d7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d7cb Color CSS Codes

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

#c5d7cb Text Font Color

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

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


#c5d7cb Background Color

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

This div background color is #c5d7cb


#c5d7cb Border Color

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

This div border color is #c5d7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d7cb


Comments

No comments written yet.

Please login to write comment.