Color Hex Logo

#c5cede Color Hex

#C5CEDE
(197,206,222)
0 Favorites   0 Comments

Color spaces of #c5cede

RGB 197206222
HSL0.610.270.82
HSV218°11°87°
CMYK 0.110.070.00   0.13
XYZ58.282161.286977.8650
Yxy61.28690.29520.3104
Hunter Lab78.2860-4.1112-4.1710
CIE-Lab82.53270.0747-8.9667

#c5cede color RGB value is (197,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11011110
Octal 305 316 336
Decimal 197 206 222
Hex C5 CE DE

RGB Percentages of Color #c5cede

%31.52
%32.96
%35.52

CMYK Percentages of Color #c5cede

%11
%7
%0
%13

Triadic Colors of #c5cede

#c5cede #dec5ce #cedec5

Analogous Colors of #c5cede

#c5cede #c9c5de #c5dbde

Monochromatic Colors of #c5cede

#c5cede

Complementary Color

#c5cede #ded5c5

#c5cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cede Color CSS Codes

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

#c5cede Text Font Color

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

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


#c5cede Background Color

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

This div background color is #c5cede


#c5cede Border Color

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

This div border color is #c5cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cede


Comments

No comments written yet.

Please login to write comment.