Color Hex Logo

#c8dbde Color Hex

#C8DBDE
(200,219,222)
1 Favorites   0 Comments

Color spaces of #c8dbde

RGB 200219222
HSL0.520.250.83
HSV188°10°87°
CMYK 0.100.010.00   0.13
XYZ62.335868.216378.9889
Yxy68.21630.29750.3256
Hunter Lab82.5932-9.81821.1126
CIE-Lab86.1145-5.7354-3.6477

#c8dbde color RGB value is (200,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 11011110
Octal 310 333 336
Decimal 200 219 222
Hex C8 DB DE

RGB Percentages of Color #c8dbde

%31.20
%34.17
%34.63

CMYK Percentages of Color #c8dbde

%10
%1
%0
%13

Triadic Colors of #c8dbde

#c8dbde #dec8db #dbdec8

Analogous Colors of #c8dbde

#c8dbde #c8d0de #c8ded6

Monochromatic Colors of #c8dbde

#c8dbde

Complementary Color

#c8dbde #decbc8

#c8dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbde Color CSS Codes

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

#c8dbde Text Font Color

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

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


#c8dbde Background Color

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

This div background color is #c8dbde


#c8dbde Border Color

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

This div border color is #c8dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbde


Comments

No comments written yet.

Please login to write comment.