Color Hex Logo

#c6dafd Color Hex

#C6DAFD
(198,218,253)
0 Favorites   0 Comments

Color spaces of #c6dafd

RGB 198218253
HSL0.610.930.88
HSV218°22°99°
CMYK 0.220.140.00   0.01
XYZ66.089769.2404102.8099
Yxy69.24040.27750.2908
Hunter Lab83.2108-3.8464-15.0073
CIE-Lab86.62300.6237-19.2741

#c6dafd color RGB value is (198,218,253).

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

The process color (four color CMYK) of #c6dafd color hex is 0.22, 0.14, 0.00, 0.01. Web safe color of #c6dafd is #ccccff. Color #c6dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011010 11111101
Octal 306 332 375
Decimal 198 218 253
Hex C6 DA FD

RGB Percentages of Color #c6dafd

%29.60
%32.59
%37.82

CMYK Percentages of Color #c6dafd

%22
%14
%0
%1

Triadic Colors of #c6dafd

#c6dafd #fdc6da #dafdc6

Analogous Colors of #c6dafd

#c6dafd #cec6fd #c6f6fd

Monochromatic Colors of #c6dafd

#c6dafd

Complementary Color

#c6dafd #fde9c6

#c6dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dafd Color CSS Codes

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

#c6dafd Text Font Color

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

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


#c6dafd Background Color

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

This div background color is #c6dafd


#c6dafd Border Color

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

This div border color is #c6dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dafd

Related Colors

#c6dafd Color Palettes


Comments

No comments written yet.

Please login to write comment.