Color Hex Logo

#c5ced3 Color Hex

#C5CED3
(197,206,211)
0 Favorites   0 Comments

Color spaces of #c5ced3

RGB 197206211
HSL0.560.140.80
HSV201°83°
CMYK 0.070.020.00   0.17
XYZ56.855160.716170.3508
Yxy60.71610.30250.3231
Hunter Lab77.9205-6.11751.0142
CIE-Lab82.2259-2.0982-3.5469

#c5ced3 color RGB value is (197,206,211).

#c5ced3 hex color red value is 197, green value is 206 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #c5ced3 hue: 0.56 , saturation: 0.14 and the lightness value of c5ced3 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11010011
Octal 305 316 323
Decimal 197 206 211
Hex C5 CE D3

RGB Percentages of Color #c5ced3

%32.08
%33.55
%34.36

CMYK Percentages of Color #c5ced3

%7
%2
%0
%17

Triadic Colors of #c5ced3

#c5ced3 #d3c5ce #ced3c5

Analogous Colors of #c5ced3

#c5ced3 #c5c7d3 #c5d3d1

Monochromatic Colors of #c5ced3

#c5ced3

Complementary Color

#c5ced3 #d3cac5

#c5ced3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ced3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ced3 Color CSS Codes

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

#c5ced3 Text Font Color

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

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


#c5ced3 Background Color

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

This div background color is #c5ced3


#c5ced3 Border Color

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

This div border color is #c5ced3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ced3


Comments

No comments written yet.

Please login to write comment.