Color Hex Logo

#c7dbfa Color Hex

#C7DBFA
(199,219,250)
0 Favorites   0 Comments

Color spaces of #c7dbfa

RGB 199219250
HSL0.600.840.88
HSV216°20°98°
CMYK 0.200.120.00   0.02
XYZ66.140069.7073100.4114
Yxy69.70730.27990.2950
Hunter Lab83.4909-4.7046-12.8623
CIE-Lab86.8531-0.2560-17.3394

#c7dbfa color RGB value is (199,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 11111010
Octal 307 333 372
Decimal 199 219 250
Hex C7 DB FA

RGB Percentages of Color #c7dbfa

%29.79
%32.78
%37.43

CMYK Percentages of Color #c7dbfa

%20
%12
%0
%2

Triadic Colors of #c7dbfa

#c7dbfa #fac7db #dbfac7

Analogous Colors of #c7dbfa

#c7dbfa #cdc7fa #c7f5fa

Monochromatic Colors of #c7dbfa

#c7dbfa

Complementary Color

#c7dbfa #fae6c7

#c7dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbfa Color CSS Codes

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

#c7dbfa Text Font Color

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

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


#c7dbfa Background Color

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

This div background color is #c7dbfa


#c7dbfa Border Color

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

This div border color is #c7dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbfa


Comments

No comments written yet.

Please login to write comment.