Color Hex Logo

#c8dbec Color Hex

#C8DBEC
(200,219,236)
0 Favorites   0 Comments

Color spaces of #c8dbec

RGB 200219236
HSL0.580.490.85
HSV208°15°93°
CMYK 0.150.070.00   0.07
XYZ64.291368.998589.2864
Yxy68.99850.28890.3100
Hunter Lab83.0653-7.2081-5.5847
CIE-Lab86.5033-2.9155-10.4698

#c8dbec color RGB value is (200,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011011 11101100
Octal 310 333 354
Decimal 200 219 236
Hex C8 DB EC

RGB Percentages of Color #c8dbec

%30.53
%33.44
%36.03

CMYK Percentages of Color #c8dbec

%15
%7
%0
%7

Triadic Colors of #c8dbec

#c8dbec #ecc8db #dbecc8

Analogous Colors of #c8dbec

#c8dbec #c8c9ec #c8eceb

Monochromatic Colors of #c8dbec

#c8dbec

Complementary Color

#c8dbec #ecd9c8

#c8dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dbec Color CSS Codes

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

#c8dbec Text Font Color

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

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


#c8dbec Background Color

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

This div background color is #c8dbec


#c8dbec Border Color

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

This div border color is #c8dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dbec


Comments

No comments written yet.

Please login to write comment.