Color Hex Logo

#c6dafb Color Hex

#C6DAFB
(198,218,251)
0 Favorites   0 Comments

Color spaces of #c6dafb

RGB 198218251
HSL0.600.870.88
HSV217°21°98°
CMYK 0.210.130.00   0.02
XYZ65.772769.1136101.1405
Yxy69.11360.27870.2928
Hunter Lab83.1346-4.2636-13.9373
CIE-Lab86.56030.1845-18.3144

#c6dafb color RGB value is (198,218,251).

#c6dafb hex color red value is 198, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c6dafb hue: 0.60 , saturation: 0.87 and the lightness value of c6dafb is 0.88.

The process color (four color CMYK) of #c6dafb color hex is 0.21, 0.13, 0.00, 0.02. Web safe color of #c6dafb is #ccccff. Color #c6dafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11111011
Octal 306 332 373
Decimal 198 218 251
Hex C6 DA FB

RGB Percentages of Color #c6dafb

%29.69
%32.68
%37.63

CMYK Percentages of Color #c6dafb

%21
%13
%0
%2

Triadic Colors of #c6dafb

#c6dafb #fbc6da #dafbc6

Analogous Colors of #c6dafb

#c6dafb #cdc6fb #c6f5fb

Monochromatic Colors of #c6dafb

#c6dafb

Complementary Color

#c6dafb #fbe7c6

#c6dafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dafb Color CSS Codes

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

#c6dafb Text Font Color

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

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


#c6dafb Background Color

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

This div background color is #c6dafb


#c6dafb Border Color

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

This div border color is #c6dafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dafb

#c6dafb Color Palettes


Comments

No comments written yet.

Please login to write comment.