Color Hex Logo

#c5d9db Color Hex

#C5D9DB
(197,217,219)
0 Favorites   0 Comments

Color spaces of #c5d9db

RGB 197217219
HSL0.520.230.82
HSV185°10°86°
CMYK 0.100.010.00   0.14
XYZ60.625066.610576.6797
Yxy66.61050.29730.3267
Hunter Lab81.6153-10.23431.4261
CIE-Lab85.3069-6.2654-3.2716

#c5d9db color RGB value is (197,217,219).

#c5d9db hex color red value is 197, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c5d9db hue: 0.52 , saturation: 0.23 and the lightness value of c5d9db is 0.82.

The process color (four color CMYK) of #c5d9db color hex is 0.10, 0.01, 0.00, 0.14. Web safe color of #c5d9db is #cccccc. Color #c5d9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011001 11011011
Octal 305 331 333
Decimal 197 217 219
Hex C5 D9 DB

RGB Percentages of Color #c5d9db

%31.12
%34.28
%34.60

CMYK Percentages of Color #c5d9db

%10
%1
%0
%14

Triadic Colors of #c5d9db

#c5d9db #dbc5d9 #d9dbc5

Analogous Colors of #c5d9db

#c5d9db #c5cedb #c5dbd2

Monochromatic Colors of #c5d9db

#c5d9db

Complementary Color

#c5d9db #dbc7c5

#c5d9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d9db Color CSS Codes

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

#c5d9db Text Font Color

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

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


#c5d9db Background Color

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

This div background color is #c5d9db


#c5d9db Border Color

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

This div border color is #c5d9db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,217,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d9db


Comments

No comments written yet.

Please login to write comment.