Color Hex Logo

#c8defa Color Hex

#C8DEFA
(200,222,250)
0 Favorites   0 Comments

Color spaces of #c8defa

RGB 200222250
HSL0.590.830.88
HSV214°20°98°
CMYK 0.200.110.00   0.02
XYZ67.196071.4240100.6871
Yxy71.42400.28080.2985
Hunter Lab84.5127-5.9720-11.4783
CIE-Lab87.6906-1.5202-16.0735

#c8defa color RGB value is (200,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 11111010
Octal 310 336 372
Decimal 200 222 250
Hex C8 DE FA

RGB Percentages of Color #c8defa

%29.76
%33.04
%37.20

CMYK Percentages of Color #c8defa

%20
%11
%0
%2

Triadic Colors of #c8defa

#c8defa #fac8de #defac8

Analogous Colors of #c8defa

#c8defa #cbc8fa #c8f7fa

Monochromatic Colors of #c8defa

#c8defa

Complementary Color

#c8defa #fae4c8

#c8defa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8defa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8defa Color CSS Codes

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

#c8defa Text Font Color

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

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


#c8defa Background Color

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

This div background color is #c8defa


#c8defa Border Color

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

This div border color is #c8defa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8defa


Comments

No comments written yet.

Please login to write comment.