Color Hex Logo

#c7dbfb Color Hex

#C7DBFB
(199,219,251)
0 Favorites   0 Comments

Color spaces of #c7dbfb

RGB 199219251
HSL0.600.870.88
HSV217°21°98°
CMYK 0.210.130.00   0.02
XYZ66.297369.7702101.2395
Yxy69.77020.27940.2940
Hunter Lab83.5286-4.4981-13.3915
CIE-Lab86.8840-0.0383-17.8198

#c7dbfb color RGB value is (199,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 11111011
Octal 307 333 373
Decimal 199 219 251
Hex C7 DB FB

RGB Percentages of Color #c7dbfb

%29.75
%32.74
%37.52

CMYK Percentages of Color #c7dbfb

%21
%13
%0
%2

Triadic Colors of #c7dbfb

#c7dbfb #fbc7db #dbfbc7

Analogous Colors of #c7dbfb

#c7dbfb #cdc7fb #c7f5fb

Monochromatic Colors of #c7dbfb

#c7dbfb

Complementary Color

#c7dbfb #fbe7c7

#c7dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbfb Color CSS Codes

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

#c7dbfb Text Font Color

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

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


#c7dbfb Background Color

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

This div background color is #c7dbfb


#c7dbfb Border Color

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

This div border color is #c7dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbfb


Comments

No comments written yet.

Please login to write comment.