Color Hex Logo

#ccd8fe Color Hex

#CCD8FE
(204,216,254)
0 Favorites   0 Comments

Color spaces of #ccd8fe

RGB 204216254
HSL0.630.960.90
HSV226°20°100°
CMYK 0.200.150.00   0.00
XYZ67.347169.1049103.5549
Yxy69.10490.28060.2879
Hunter Lab83.1294-0.8649-15.6675
CIE-Lab86.55603.7040-19.8624

#ccd8fe color RGB value is (204,216,254).

#ccd8fe hex color red value is 204, green value is 216 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ccd8fe hue: 0.63 , saturation: 0.96 and the lightness value of ccd8fe is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 11111110
Octal 314 330 376
Decimal 204 216 254
Hex CC D8 FE

RGB Percentages of Color #ccd8fe

%30.27
%32.05
%37.69

CMYK Percentages of Color #ccd8fe

%20
%15
%0
%0

Triadic Colors of #ccd8fe

#ccd8fe #feccd8 #d8fecc

Analogous Colors of #ccd8fe

#ccd8fe #d9ccfe #ccf1fe

Monochromatic Colors of #ccd8fe

#ccd8fe

Complementary Color

#ccd8fe #fef2cc

#ccd8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd8fe Color CSS Codes

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

#ccd8fe Text Font Color

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

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


#ccd8fe Background Color

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

This div background color is #ccd8fe


#ccd8fe Border Color

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

This div border color is #ccd8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd8fe

Related Colors


Comments

No comments written yet.

Please login to write comment.