Color Hex Logo

#c8ccfb Color Hex

#C8CCFB
(200,204,251)
0 Favorites   0 Comments

Color spaces of #c8ccfb

RGB 200204251
HSL0.650.860.88
HSV235°20°98°
CMYK 0.200.190.00   0.02
XYZ62.824962.4301100.0058
Yxy62.43010.27890.2771
Hunter Lab79.01273.6573-19.7340
CIE-Lab83.14168.2119-23.4761

#c8ccfb color RGB value is (200,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001100 11111011
Octal 310 314 373
Decimal 200 204 251
Hex C8 CC FB

RGB Percentages of Color #c8ccfb

%30.53
%31.15
%38.32

CMYK Percentages of Color #c8ccfb

%20
%19
%0
%2

Triadic Colors of #c8ccfb

#c8ccfb #fbc8cc #ccfbc8

Analogous Colors of #c8ccfb

#c8ccfb #dec8fb #c8e6fb

Monochromatic Colors of #c8ccfb

#c8ccfb

Complementary Color

#c8ccfb #fbf7c8

#c8ccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ccfb Color CSS Codes

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

#c8ccfb Text Font Color

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

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


#c8ccfb Background Color

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

This div background color is #c8ccfb


#c8ccfb Border Color

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

This div border color is #c8ccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ccfb


Comments

No comments written yet.

Please login to write comment.