Color Hex Logo

#c8dffb Color Hex

#C8DFFB
(200,223,251)
0 Favorites   0 Comments

Color spaces of #c8dffb

RGB 200223251
HSL0.590.860.88
HSV213°20°98°
CMYK 0.200.110.00   0.02
XYZ67.619772.0197101.6041
Yxy72.01970.28030.2985
Hunter Lab84.8644-6.2845-11.5800
CIE-Lab87.9781-1.8251-16.1676

#c8dffb color RGB value is (200,223,251).

#c8dffb hex color red value is 200, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c8dffb hue: 0.59 , saturation: 0.86 and the lightness value of c8dffb is 0.88.

The process color (four color CMYK) of #c8dffb color hex is 0.20, 0.11, 0.00, 0.02. Web safe color of #c8dffb is #ccccff. Color #c8dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011111 11111011
Octal 310 337 373
Decimal 200 223 251
Hex C8 DF FB

RGB Percentages of Color #c8dffb

%29.67
%33.09
%37.24

CMYK Percentages of Color #c8dffb

%20
%11
%0
%2

Triadic Colors of #c8dffb

#c8dffb #fbc8df #dffbc8

Analogous Colors of #c8dffb

#c8dffb #cbc8fb #c8f9fb

Monochromatic Colors of #c8dffb

#c8dffb

Complementary Color

#c8dffb #fbe4c8

#c8dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8dffb Color CSS Codes

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

#c8dffb Text Font Color

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

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


#c8dffb Background Color

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

This div background color is #c8dffb


#c8dffb Border Color

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

This div border color is #c8dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8dffb

Related Colors


Comments

No comments written yet.

Please login to write comment.