Color Hex Logo

#c5d9da Color Hex

#C5D9DA
(197,217,218)
0 Favorites   0 Comments

Color spaces of #c5d9da

RGB 197217218
HSL0.510.220.81
HSV183°10°85°
CMYK 0.100.000.00   0.15
XYZ60.493766.558075.9883
Yxy66.55800.29790.3278
Hunter Lab81.5831-10.41301.8841
CIE-Lab85.2802-6.4616-2.7810

#c5d9da color RGB value is (197,217,218).

#c5d9da hex color red value is 197, green value is 217 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c5d9da hue: 0.51 , saturation: 0.22 and the lightness value of c5d9da is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011001 11011010
Octal 305 331 332
Decimal 197 217 218
Hex C5 D9 DA

RGB Percentages of Color #c5d9da

%31.17
%34.34
%34.49

CMYK Percentages of Color #c5d9da

%10
%0
%0
%15

Triadic Colors of #c5d9da

#c5d9da #dac5d9 #d9dac5

Analogous Colors of #c5d9da

#c5d9da #c5cfda #c5dad1

Monochromatic Colors of #c5d9da

#c5d9da

Complementary Color

#c5d9da #dac6c5

#c5d9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5d9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5d9da Color CSS Codes

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

#c5d9da Text Font Color

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

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


#c5d9da Background Color

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

This div background color is #c5d9da


#c5d9da Border Color

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

This div border color is #c5d9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5d9da

#c5d9da Color Palettes


Comments

No comments written yet.

Please login to write comment.