Color Hex Logo

#c8bade Color Hex

#C8BADE
(200,186,222)
0 Favorites   0 Comments

Color spaces of #c8bade

RGB 200186222
HSL0.730.350.80
HSV263°16°87°
CMYK 0.100.160.00   0.13
XYZ54.563152.671176.3980
Yxy52.67110.29710.2868
Hunter Lab72.57497.1935-11.6109
CIE-Lab77.680411.7554-16.2025

#c8bade color RGB value is (200,186,222).

#c8bade hex color red value is 200, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c8bade hue: 0.73 , saturation: 0.35 and the lightness value of c8bade is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111010 11011110
Octal 310 272 336
Decimal 200 186 222
Hex C8 BA DE

RGB Percentages of Color #c8bade

%32.89
%30.59
%36.51

CMYK Percentages of Color #c8bade

%10
%16
%0
%13

Triadic Colors of #c8bade

#c8bade #dec8ba #badec8

Analogous Colors of #c8bade

#c8bade #dabade #babede

Monochromatic Colors of #c8bade

#c8bade

Complementary Color

#c8bade #d0deba

#c8bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bade Color CSS Codes

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

#c8bade Text Font Color

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

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


#c8bade Background Color

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

This div background color is #c8bade


#c8bade Border Color

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

This div border color is #c8bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bade


Comments

No comments written yet.

Please login to write comment.