Color Hex Logo

#c5dced Color Hex

#C5DCED
(197,220,237)
0 Favorites   0 Comments

Color spaces of #c5dced

RGB 197220237
HSL0.570.530.85
HSV206°17°93°
CMYK 0.170.070.00   0.07
XYZ63.905269.171190.1040
Yxy69.17110.28630.3099
Hunter Lab83.1692-8.3909-6.0153
CIE-Lab86.5887-4.1640-10.8923

#c5dced color RGB value is (197,220,237).

#c5dced hex color red value is 197, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c5dced hue: 0.57 , saturation: 0.53 and the lightness value of c5dced is 0.85.

The process color (four color CMYK) of #c5dced color hex is 0.17, 0.07, 0.00, 0.07. Web safe color of #c5dced is #ccccff. Color #c5dced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 11101101
Octal 305 334 355
Decimal 197 220 237
Hex C5 DC ED

RGB Percentages of Color #c5dced

%30.12
%33.64
%36.24

CMYK Percentages of Color #c5dced

%17
%7
%0
%7

Triadic Colors of #c5dced

#c5dced #edc5dc #dcedc5

Analogous Colors of #c5dced

#c5dced #c5c8ed #c5edea

Monochromatic Colors of #c5dced

#c5dced

Complementary Color

#c5dced #edd6c5

#c5dced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dced Color CSS Codes

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

#c5dced Text Font Color

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

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


#c5dced Background Color

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

This div background color is #c5dced


#c5dced Border Color

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

This div border color is #c5dced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dced


Comments

No comments written yet.

Please login to write comment.