Color Hex Logo

#c5dcdf Color Hex

#C5DCDF
(197,220,223)
0 Favorites   0 Comments

Color spaces of #c5dcdf

RGB 197220223
HSL0.520.290.82
HSV187°12°87°
CMYK 0.120.010.00   0.13
XYZ61.938468.384479.7470
Yxy68.38440.29480.3255
Hunter Lab82.6949-11.01960.7099
CIE-Lab86.1983-7.0218-4.0763

#c5dcdf color RGB value is (197,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 11011111
Octal 305 334 337
Decimal 197 220 223
Hex C5 DC DF

RGB Percentages of Color #c5dcdf

%30.78
%34.38
%34.84

CMYK Percentages of Color #c5dcdf

%12
%1
%0
%13

Triadic Colors of #c5dcdf

#c5dcdf #dfc5dc #dcdfc5

Analogous Colors of #c5dcdf

#c5dcdf #c5cfdf #c5dfd5

Monochromatic Colors of #c5dcdf

#c5dcdf

Complementary Color

#c5dcdf #dfc8c5

#c5dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dcdf Color CSS Codes

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

#c5dcdf Text Font Color

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

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


#c5dcdf Background Color

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

This div background color is #c5dcdf


#c5dcdf Border Color

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

This div border color is #c5dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dcdf


Comments

No comments written yet.

Please login to write comment.