Color Hex Logo

#c6dbfa Color Hex

#C6DBFA
(198,219,250)
0 Favorites   0 Comments

Color spaces of #c6dbfa

RGB 198219250
HSL0.600.840.88
HSV216°21°98°
CMYK 0.210.120.00   0.02
XYZ65.875569.5709100.3990
Yxy69.57090.27930.2950
Hunter Lab83.4092-4.9890-12.9805
CIE-Lab86.7860-0.5580-17.4472

#c6dbfa color RGB value is (198,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 11011011 11111010
Octal 306 333 372
Decimal 198 219 250
Hex C6 DB FA

RGB Percentages of Color #c6dbfa

%29.69
%32.83
%37.48

CMYK Percentages of Color #c6dbfa

%21
%12
%0
%2

Triadic Colors of #c6dbfa

#c6dbfa #fac6db #dbfac6

Analogous Colors of #c6dbfa

#c6dbfa #cbc6fa #c6f5fa

Monochromatic Colors of #c6dbfa

#c6dbfa

Complementary Color

#c6dbfa #fae5c6

#c6dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6dbfa Color CSS Codes

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

#c6dbfa Text Font Color

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

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


#c6dbfa Background Color

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

This div background color is #c6dbfa


#c6dbfa Border Color

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

This div border color is #c6dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6dbfa


Comments

No comments written yet.

Please login to write comment.