Color Hex Logo

#c8defd Color Hex

#C8DEFD
(200,222,253)
0 Favorites   0 Comments

Color spaces of #c8defd

RGB 200222253
HSL0.600.930.89
HSV215°21°99°
CMYK 0.210.120.00   0.01
XYZ67.670371.6138103.1847
Yxy71.61380.27910.2954
Hunter Lab84.6249-5.3562-13.0559
CIE-Lab87.7824-0.8702-17.5132

#c8defd color RGB value is (200,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011110 11111101
Octal 310 336 375
Decimal 200 222 253
Hex C8 DE FD

RGB Percentages of Color #c8defd

%29.63
%32.89
%37.48

CMYK Percentages of Color #c8defd

%21
%12
%0
%1

Triadic Colors of #c8defd

#c8defd #fdc8de #defdc8

Analogous Colors of #c8defd

#c8defd #cdc8fd #c8f9fd

Monochromatic Colors of #c8defd

#c8defd

Complementary Color

#c8defd #fde7c8

#c8defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8defd Color CSS Codes

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

#c8defd Text Font Color

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

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


#c8defd Background Color

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

This div background color is #c8defd


#c8defd Border Color

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

This div border color is #c8defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8defd

Related Colors

#c8defd Color Palettes


Comments

No comments written yet.

Please login to write comment.