Color Hex Logo

#c5cddf Color Hex

#C5CDDF
(197,205,223)
0 Favorites   0 Comments

Color spaces of #c5cddf

RGB 197205223
HSL0.620.290.82
HSV222°12°87°
CMYK 0.120.080.00   0.13
XYZ58.176660.860778.4931
Yxy60.86070.29450.3081
Hunter Lab78.0133-3.4110-5.0454
CIE-Lab82.30380.8050-9.8410

#c5cddf color RGB value is (197,205,223).

#c5cddf hex color red value is 197, green value is 205 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c5cddf hue: 0.62 , saturation: 0.29 and the lightness value of c5cddf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001101 11011111
Octal 305 315 337
Decimal 197 205 223
Hex C5 CD DF

RGB Percentages of Color #c5cddf

%31.52
%32.80
%35.68

CMYK Percentages of Color #c5cddf

%12
%8
%0
%13

Triadic Colors of #c5cddf

#c5cddf #dfc5cd #cddfc5

Analogous Colors of #c5cddf

#c5cddf #cac5df #c5dadf

Monochromatic Colors of #c5cddf

#c5cddf

Complementary Color

#c5cddf #dfd7c5

#c5cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cddf Color CSS Codes

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

#c5cddf Text Font Color

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

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


#c5cddf Background Color

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

This div background color is #c5cddf


#c5cddf Border Color

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

This div border color is #c5cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cddf


Comments

No comments written yet.

Please login to write comment.