Color Hex Logo

#c6dbdf Color Hex

#C6DBDF
(198,219,223)
0 Favorites   0 Comments

Color spaces of #c6dbdf

RGB 198219223
HSL0.530.280.83
HSV190°11°87°
CMYK 0.110.020.00   0.13
XYZ61.939567.996579.6721
Yxy67.99650.29550.3244
Hunter Lab82.4600-10.22540.4365
CIE-Lab86.0047-6.1847-4.3536

#c6dbdf color RGB value is (198,219,223).

#c6dbdf hex color red value is 198, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c6dbdf hue: 0.53 , saturation: 0.28 and the lightness value of c6dbdf is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11011111
Octal 306 333 337
Decimal 198 219 223
Hex C6 DB DF

RGB Percentages of Color #c6dbdf

%30.94
%34.22
%34.84

CMYK Percentages of Color #c6dbdf

%11
%2
%0
%13

Triadic Colors of #c6dbdf

#c6dbdf #dfc6db #dbdfc6

Analogous Colors of #c6dbdf

#c6dbdf #c6cfdf #c6dfd7

Monochromatic Colors of #c6dbdf

#c6dbdf

Complementary Color

#c6dbdf #dfcac6

#c6dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbdf Color CSS Codes

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

#c6dbdf Text Font Color

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

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


#c6dbdf Background Color

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

This div background color is #c6dbdf


#c6dbdf Border Color

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

This div border color is #c6dbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,219,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbdf


Comments

No comments written yet.

Please login to write comment.