Color Hex Logo

#c5ccda Color Hex

#C5CCDA
(197,204,218)
0 Favorites   0 Comments

Color spaces of #c5ccda

RGB 197204218
HSL0.610.220.81
HSV220°10°85°
CMYK 0.100.060.00   0.15
XYZ57.273760.118074.9150
Yxy60.11800.29780.3126
Hunter Lab77.5358-3.8343-3.0109
CIE-Lab81.90230.3280-7.7659

#c5ccda color RGB value is (197,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001100 11011010
Octal 305 314 332
Decimal 197 204 218
Hex C5 CC DA

RGB Percentages of Color #c5ccda

%31.83
%32.96
%35.22

CMYK Percentages of Color #c5ccda

%10
%6
%0
%15

Triadic Colors of #c5ccda

#c5ccda #dac5cc #ccdac5

Analogous Colors of #c5ccda

#c5ccda #c9c5da #c5d7da

Monochromatic Colors of #c5ccda

#c5ccda

Complementary Color

#c5ccda #dad3c5

#c5ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ccda Color CSS Codes

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

#c5ccda Text Font Color

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

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


#c5ccda Background Color

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

This div background color is #c5ccda


#c5ccda Border Color

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

This div border color is #c5ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ccda


Comments

No comments written yet.

Please login to write comment.