Color Hex Logo

#c6daeb Color Hex

#C6DAEB
(198,218,235)
0 Favorites   0 Comments

Color spaces of #c6daeb

RGB 198218235
HSL0.580.480.85
HSV208°16°92°
CMYK 0.160.070.00   0.08
XYZ63.355568.146788.4117
Yxy68.14670.28810.3099
Hunter Lab82.5510-7.4707-5.7136
CIE-Lab86.0798-3.2298-10.5868

#c6daeb color RGB value is (198,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11101011
Octal 306 332 353
Decimal 198 218 235
Hex C6 DA EB

RGB Percentages of Color #c6daeb

%30.41
%33.49
%36.10

CMYK Percentages of Color #c6daeb

%16
%7
%0
%8

Triadic Colors of #c6daeb

#c6daeb #ebc6da #daebc6

Analogous Colors of #c6daeb

#c6daeb #c6c8eb #c6ebea

Monochromatic Colors of #c6daeb

#c6daeb

Complementary Color

#c6daeb #ebd7c6

#c6daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6daeb Color CSS Codes

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

#c6daeb Text Font Color

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

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


#c6daeb Background Color

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

This div background color is #c6daeb


#c6daeb Border Color

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

This div border color is #c6daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6daeb


Comments

No comments written yet.

Please login to write comment.