Color Hex Logo

#c9dafe Color Hex

#C9DAFE
(201,218,254)
0 Favorites   0 Comments

Color spaces of #c9dafe

RGB 201218254
HSL0.610.960.89
HSV221°21°100°
CMYK 0.210.140.00   0.00
XYZ67.048269.7161103.6887
Yxy69.71610.27880.2899
Hunter Lab83.4962-2.7811-15.1812
CIE-Lab86.85741.7442-19.4273

#c9dafe color RGB value is (201,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 11111110
Octal 311 332 376
Decimal 201 218 254
Hex C9 DA FE

RGB Percentages of Color #c9dafe

%29.87
%32.39
%37.74

CMYK Percentages of Color #c9dafe

%21
%14
%0
%0

Triadic Colors of #c9dafe

#c9dafe #fec9da #dafec9

Analogous Colors of #c9dafe

#c9dafe #d3c9fe #c9f5fe

Monochromatic Colors of #c9dafe

#c9dafe

Complementary Color

#c9dafe #feedc9

#c9dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dafe Color CSS Codes

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

#c9dafe Text Font Color

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

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


#c9dafe Background Color

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

This div background color is #c9dafe


#c9dafe Border Color

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

This div border color is #c9dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dafe


Comments

No comments written yet.

Please login to write comment.