Color Hex Logo

#c6dbde Color Hex

#C6DBDE
(198,219,222)
0 Favorites   0 Comments

Color spaces of #c6dbde

RGB 198219222
HSL0.520.270.82
HSV188°11°87°
CMYK 0.110.010.00   0.13
XYZ61.805067.942778.9640
Yxy67.94270.29610.3255
Hunter Lab82.4274-10.40650.9003
CIE-Lab85.9778-6.3828-3.8645

#c6dbde color RGB value is (198,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11011110
Octal 306 333 336
Decimal 198 219 222
Hex C6 DB DE

RGB Percentages of Color #c6dbde

%30.99
%34.27
%34.74

CMYK Percentages of Color #c6dbde

%11
%1
%0
%13

Triadic Colors of #c6dbde

#c6dbde #dec6db #dbdec6

Analogous Colors of #c6dbde

#c6dbde #c6cfde #c6ded5

Monochromatic Colors of #c6dbde

#c6dbde

Complementary Color

#c6dbde #dec9c6

#c6dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbde Color CSS Codes

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

#c6dbde Text Font Color

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

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


#c6dbde Background Color

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

This div background color is #c6dbde


#c6dbde Border Color

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

This div border color is #c6dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbde


Comments

No comments written yet.

Please login to write comment.