Color Hex Logo

#c8dbeb Color Hex

#C8DBEB
(200,219,235)
0 Favorites   0 Comments

Color spaces of #c8dbeb

RGB 200219235
HSL0.580.470.85
HSV207°15°92°
CMYK 0.150.070.00   0.08
XYZ64.146368.940688.5232
Yxy68.94060.28950.3111
Hunter Lab83.0305-7.4008-5.0909
CIE-Lab86.4746-3.1221-9.9844

#c8dbeb color RGB value is (200,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 11101011
Octal 310 333 353
Decimal 200 219 235
Hex C8 DB EB

RGB Percentages of Color #c8dbeb

%30.58
%33.49
%35.93

CMYK Percentages of Color #c8dbeb

%15
%7
%0
%8

Triadic Colors of #c8dbeb

#c8dbeb #ebc8db #dbebc8

Analogous Colors of #c8dbeb

#c8dbeb #c8caeb #c8ebea

Monochromatic Colors of #c8dbeb

#c8dbeb

Complementary Color

#c8dbeb #ebd8c8

#c8dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbeb Color CSS Codes

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

#c8dbeb Text Font Color

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

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


#c8dbeb Background Color

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

This div background color is #c8dbeb


#c8dbeb Border Color

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

This div border color is #c8dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbeb


Comments

No comments written yet.

Please login to write comment.