Color Hex Logo

#c8dbff Color Hex

#C8DBFF
(200,219,255)
0 Favorites   0 Comments

Color spaces of #c8dbff

RGB 200219255
HSL0.611.000.89
HSV219°22°100°
CMYK 0.220.140.00   0.00
XYZ67.200970.1624104.6086
Yxy70.16240.27770.2900
Hunter Lab83.7630-3.3793-15.4111
CIE-Lab87.07651.1378-19.6298

#c8dbff color RGB value is (200,219,255).

#c8dbff hex color red value is 200, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c8dbff hue: 0.61 , saturation: 1.00 and the lightness value of c8dbff is 0.89.

The process color (four color CMYK) of #c8dbff color hex is 0.22, 0.14, 0.00, 0.00. Web safe color of #c8dbff is #ccccff. Color #c8dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 11111111
Octal 310 333 377
Decimal 200 219 255
Hex C8 DB FF

RGB Percentages of Color #c8dbff

%29.67
%32.49
%37.83

CMYK Percentages of Color #c8dbff

%22
%14
%0
%0

Triadic Colors of #c8dbff

#c8dbff #ffc8db #dbffc8

Analogous Colors of #c8dbff

#c8dbff #d1c8ff #c8f7ff

Monochromatic Colors of #c8dbff

#c8dbff

Complementary Color

#c8dbff #ffecc8

#c8dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbff Color CSS Codes

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

#c8dbff Text Font Color

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

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


#c8dbff Background Color

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

This div background color is #c8dbff


#c8dbff Border Color

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

This div border color is #c8dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbff


Comments

No comments written yet.

Please login to write comment.