Color Hex Logo

#c8cbfd Color Hex

#C8CBFD
(200,203,253)
0 Favorites   0 Comments

Color spaces of #c8cbfd

RGB 200203253
HSL0.660.930.89
HSV237°21°99°
CMYK 0.210.200.00   0.01
XYZ62.905062.0831101.5963
Yxy62.08310.27760.2740
Hunter Lab78.79284.6197-21.2942
CIE-Lab82.95769.1901-24.8186

#c8cbfd color RGB value is (200,203,253).

#c8cbfd hex color red value is 200, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c8cbfd hue: 0.66 , saturation: 0.93 and the lightness value of c8cbfd is 0.89.

The process color (four color CMYK) of #c8cbfd color hex is 0.21, 0.20, 0.00, 0.01. Web safe color of #c8cbfd is #ccccff. Color #c8cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001011 11111101
Octal 310 313 375
Decimal 200 203 253
Hex C8 CB FD

RGB Percentages of Color #c8cbfd

%30.49
%30.95
%38.57

CMYK Percentages of Color #c8cbfd

%21
%20
%0
%1

Triadic Colors of #c8cbfd

#c8cbfd #fdc8cb #cbfdc8

Analogous Colors of #c8cbfd

#c8cbfd #e0c8fd #c8e6fd

Monochromatic Colors of #c8cbfd

#c8cbfd

Complementary Color

#c8cbfd #fdfac8

#c8cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8cbfd Color CSS Codes

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

#c8cbfd Text Font Color

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

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


#c8cbfd Background Color

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

This div background color is #c8cbfd


#c8cbfd Border Color

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

This div border color is #c8cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.