Color Hex Logo

#c6dbeb Color Hex

#C6DBEB
(198,219,235)
0 Favorites   0 Comments

Color spaces of #c6dbeb

RGB 198219235
HSL0.570.480.85
HSV206°16°92°
CMYK 0.160.070.00   0.08
XYZ63.615668.667088.4984
Yxy68.66700.28810.3110
Hunter Lab82.8656-7.9809-5.3144
CIE-Lab86.3389-3.7498-10.2010

#c6dbeb color RGB value is (198,219,235).

#c6dbeb hex color red value is 198, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c6dbeb hue: 0.57 , saturation: 0.48 and the lightness value of c6dbeb is 0.85.

The process color (four color CMYK) of #c6dbeb color hex is 0.16, 0.07, 0.00, 0.08. Web safe color of #c6dbeb is #ccccff. Color #c6dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11101011
Octal 306 333 353
Decimal 198 219 235
Hex C6 DB EB

RGB Percentages of Color #c6dbeb

%30.37
%33.59
%36.04

CMYK Percentages of Color #c6dbeb

%16
%7
%0
%8

Triadic Colors of #c6dbeb

#c6dbeb #ebc6db #dbebc6

Analogous Colors of #c6dbeb

#c6dbeb #c6c9eb #c6ebe9

Monochromatic Colors of #c6dbeb

#c6dbeb

Complementary Color

#c6dbeb #ebd6c6

#c6dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbeb Color CSS Codes

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

#c6dbeb Text Font Color

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

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


#c6dbeb Background Color

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

This div background color is #c6dbeb


#c6dbeb Border Color

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

This div border color is #c6dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbeb

#c6dbeb Color Palettes


Comments

No comments written yet.

Please login to write comment.