Color Hex Logo

#c6dbfd Color Hex

#C6DBFD
(198,219,253)
0 Favorites   0 Comments

Color spaces of #c6dbfd

RGB 198219253
HSL0.600.930.88
HSV217°22°99°
CMYK 0.220.130.00   0.01
XYZ66.349869.7607102.8966
Yxy69.76070.27760.2919
Hunter Lab83.5229-4.3663-14.5767
CIE-Lab86.87940.0988-18.8871

#c6dbfd color RGB value is (198,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11111101
Octal 306 333 375
Decimal 198 219 253
Hex C6 DB FD

RGB Percentages of Color #c6dbfd

%29.55
%32.69
%37.76

CMYK Percentages of Color #c6dbfd

%22
%13
%0
%1

Triadic Colors of #c6dbfd

#c6dbfd #fdc6db #dbfdc6

Analogous Colors of #c6dbfd

#c6dbfd #cdc6fd #c6f7fd

Monochromatic Colors of #c6dbfd

#c6dbfd

Complementary Color

#c6dbfd #fde8c6

#c6dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbfd Color CSS Codes

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

#c6dbfd Text Font Color

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

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


#c6dbfd Background Color

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

This div background color is #c6dbfd


#c6dbfd Border Color

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

This div border color is #c6dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbfd


Comments

No comments written yet.

Please login to write comment.