Color Hex Logo

#c8bdde Color Hex

#C8BDDE
(200,189,222)
0 Favorites   0 Comments

Color spaces of #c8bdde

RGB 200189222
HSL0.720.330.81
HSV260°15°87°
CMYK 0.100.150.00   0.13
XYZ55.201853.948576.6109
Yxy53.94850.29720.2904
Hunter Lab73.44965.6166-10.4271
CIE-Lab78.431710.1322-15.0721

#c8bdde color RGB value is (200,189,222).

#c8bdde hex color red value is 200, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c8bdde hue: 0.72 , saturation: 0.33 and the lightness value of c8bdde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111101 11011110
Octal 310 275 336
Decimal 200 189 222
Hex C8 BD DE

RGB Percentages of Color #c8bdde

%32.73
%30.93
%36.33

CMYK Percentages of Color #c8bdde

%10
%15
%0
%13

Triadic Colors of #c8bdde

#c8bdde #dec8bd #bddec8

Analogous Colors of #c8bdde

#c8bdde #d9bdde #bdc3de

Monochromatic Colors of #c8bdde

#c8bdde

Complementary Color

#c8bdde #d3debd

#c8bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bdde Color CSS Codes

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

#c8bdde Text Font Color

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

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


#c8bdde Background Color

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

This div background color is #c8bdde


#c8bdde Border Color

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

This div border color is #c8bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bdde


Comments

No comments written yet.

Please login to write comment.