Color Hex Logo

#c8ddfe Color Hex

#C8DDFE
(200,221,254)
0 Favorites   0 Comments

Color spaces of #c8ddfe

RGB 200221254
HSL0.600.960.89
HSV217°21°100°
CMYK 0.210.130.00   0.00
XYZ67.565371.1480103.9378
Yxy71.14800.27840.2932
Hunter Lab84.3493-4.6295-14.0145
CIE-Lab87.5569-0.1293-18.3788

#c8ddfe color RGB value is (200,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011101 11111110
Octal 310 335 376
Decimal 200 221 254
Hex C8 DD FE

RGB Percentages of Color #c8ddfe

%29.63
%32.74
%37.63

CMYK Percentages of Color #c8ddfe

%21
%13
%0
%0

Triadic Colors of #c8ddfe

#c8ddfe #fec8dd #ddfec8

Analogous Colors of #c8ddfe

#c8ddfe #cec8fe #c8f8fe

Monochromatic Colors of #c8ddfe

#c8ddfe

Complementary Color

#c8ddfe #fee9c8

#c8ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ddfe Color CSS Codes

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

#c8ddfe Text Font Color

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

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


#c8ddfe Background Color

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

This div background color is #c8ddfe


#c8ddfe Border Color

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

This div border color is #c8ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ddfe


Comments

No comments written yet.

Please login to write comment.