Color Hex Logo

#c5ddde Color Hex

#C5DDDE
(197,221,222)
1 Favorites   0 Comments

Color spaces of #c5ddde

RGB 197221222
HSL0.510.270.82
HSV182°11°87°
CMYK 0.110.000.00   0.13
XYZ62.067268.857179.1267
Yxy68.85710.29550.3278
Hunter Lab82.9802-11.70161.5495
CIE-Lab86.4332-7.7342-3.2025

#c5ddde color RGB value is (197,221,222).

#c5ddde hex color red value is 197, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5ddde hue: 0.51 , saturation: 0.27 and the lightness value of c5ddde is 0.82.

The process color (four color CMYK) of #c5ddde color hex is 0.11, 0.00, 0.00, 0.13. Web safe color of #c5ddde is #cccccc. Color #c5ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 11011110
Octal 305 335 336
Decimal 197 221 222
Hex C5 DD DE

RGB Percentages of Color #c5ddde

%30.78
%34.53
%34.69

CMYK Percentages of Color #c5ddde

%11
%0
%0
%13

Triadic Colors of #c5ddde

#c5ddde #dec5dd #dddec5

Analogous Colors of #c5ddde

#c5ddde #c5d1de #c5ded3

Monochromatic Colors of #c5ddde

#c5ddde

Complementary Color

#c5ddde #dec6c5

#c5ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddde Color CSS Codes

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

#c5ddde Text Font Color

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

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


#c5ddde Background Color

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

This div background color is #c5ddde


#c5ddde Border Color

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

This div border color is #c5ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddde


Comments

No comments written yet.

Please login to write comment.