Color Hex Logo

#c7dbde Color Hex

#C7DBDE
(199,219,222)
0 Favorites   0 Comments

Color spaces of #c7dbde

RGB 199219222
HSL0.520.260.83
HSV188°10°87°
CMYK 0.100.010.00   0.13
XYZ62.069568.079178.9764
Yxy68.07910.29680.3255
Hunter Lab82.5101-10.11321.0063
CIE-Lab86.0460-6.0596-3.7563

#c7dbde color RGB value is (199,219,222).

#c7dbde hex color red value is 199, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c7dbde hue: 0.52 , saturation: 0.26 and the lightness value of c7dbde is 0.83.

The process color (four color CMYK) of #c7dbde color hex is 0.10, 0.01, 0.00, 0.13. Web safe color of #c7dbde is #cccccc. Color #c7dbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011011 11011110
Octal 307 333 336
Decimal 199 219 222
Hex C7 DB DE

RGB Percentages of Color #c7dbde

%31.09
%34.22
%34.69

CMYK Percentages of Color #c7dbde

%10
%1
%0
%13

Triadic Colors of #c7dbde

#c7dbde #dec7db #dbdec7

Analogous Colors of #c7dbde

#c7dbde #c7d0de #c7ded6

Monochromatic Colors of #c7dbde

#c7dbde

Complementary Color

#c7dbde #decac7

#c7dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dbde Color CSS Codes

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

#c7dbde Text Font Color

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

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


#c7dbde Background Color

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

This div background color is #c7dbde


#c7dbde Border Color

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

This div border color is #c7dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dbde


Comments

No comments written yet.

Please login to write comment.