Color Hex Logo

#c5cbde Color Hex

#C5CBDE
(197,203,222)
0 Favorites   0 Comments

Color spaces of #c5cbde

RGB 197203222
HSL0.630.270.82
HSV226°11°87°
CMYK 0.110.090.00   0.13
XYZ57.566759.856177.6265
Yxy59.85610.29510.3069
Hunter Lab77.3667-2.5743-5.3324
CIE-Lab81.75991.6606-10.1164

#c5cbde color RGB value is (197,203,222).

#c5cbde hex color red value is 197, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c5cbde hue: 0.63 , saturation: 0.27 and the lightness value of c5cbde is 0.82.

The process color (four color CMYK) of #c5cbde color hex is 0.11, 0.09, 0.00, 0.13. Web safe color of #c5cbde is #cccccc. Color #c5cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001011 11011110
Octal 305 313 336
Decimal 197 203 222
Hex C5 CB DE

RGB Percentages of Color #c5cbde

%31.67
%32.64
%35.69

CMYK Percentages of Color #c5cbde

%11
%9
%0
%13

Triadic Colors of #c5cbde

#c5cbde #dec5cb #cbdec5

Analogous Colors of #c5cbde

#c5cbde #ccc5de #c5d8de

Monochromatic Colors of #c5cbde

#c5cbde

Complementary Color

#c5cbde #ded8c5

#c5cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cbde Color CSS Codes

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

#c5cbde Text Font Color

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

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


#c5cbde Background Color

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

This div background color is #c5cbde


#c5cbde Border Color

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

This div border color is #c5cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cbde


Comments

No comments written yet.

Please login to write comment.