Color Hex Logo

#c8ddeb Color Hex

#C8DDEB
(200,221,235)
0 Favorites   0 Comments

Color spaces of #c8ddeb

RGB 200221235
HSL0.570.470.85
HSV204°15°92°
CMYK 0.150.060.00   0.08
XYZ64.671369.990488.6982
Yxy69.99040.28950.3134
Hunter Lab83.6603-8.4209-4.2982
CIE-Lab86.9922-4.1595-9.2150

#c8ddeb color RGB value is (200,221,235).

#c8ddeb hex color red value is 200, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8ddeb hue: 0.57 , saturation: 0.47 and the lightness value of c8ddeb is 0.85.

The process color (four color CMYK) of #c8ddeb color hex is 0.15, 0.06, 0.00, 0.08. Web safe color of #c8ddeb is #ccccff. Color #c8ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11101011
Octal 310 335 353
Decimal 200 221 235
Hex C8 DD EB

RGB Percentages of Color #c8ddeb

%30.49
%33.69
%35.82

CMYK Percentages of Color #c8ddeb

%15
%6
%0
%8

Triadic Colors of #c8ddeb

#c8ddeb #ebc8dd #ddebc8

Analogous Colors of #c8ddeb

#c8ddeb #c8cceb #c8ebe8

Monochromatic Colors of #c8ddeb

#c8ddeb

Complementary Color

#c8ddeb #ebd6c8

#c8ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddeb Color CSS Codes

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

#c8ddeb Text Font Color

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

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


#c8ddeb Background Color

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

This div background color is #c8ddeb


#c8ddeb Border Color

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

This div border color is #c8ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddeb


Comments

No comments written yet.

Please login to write comment.