Color Hex Logo

#c6dbec Color Hex

#C6DBEC
(198,219,236)
0 Favorites   0 Comments

Color spaces of #c6dbec

RGB 198219236
HSL0.570.500.85
HSV207°16°93°
CMYK 0.160.070.00   0.07
XYZ63.760568.724989.2616
Yxy68.72490.28750.3099
Hunter Lab82.9005-7.7878-5.8091
CIE-Lab86.3676-3.5420-10.6864

#c6dbec color RGB value is (198,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11101100
Octal 306 333 354
Decimal 198 219 236
Hex C6 DB EC

RGB Percentages of Color #c6dbec

%30.32
%33.54
%36.14

CMYK Percentages of Color #c6dbec

%16
%7
%0
%7

Triadic Colors of #c6dbec

#c6dbec #ecc6db #dbecc6

Analogous Colors of #c6dbec

#c6dbec #c6c8ec #c6ecea

Monochromatic Colors of #c6dbec

#c6dbec

Complementary Color

#c6dbec #ecd7c6

#c6dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbec Color CSS Codes

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

#c6dbec Text Font Color

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

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


#c6dbec Background Color

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

This div background color is #c6dbec


#c6dbec Border Color

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

This div border color is #c6dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbec


Comments

No comments written yet.

Please login to write comment.