Color Hex Logo

#c9dae9 Color Hex

#C9DAE9
(201,218,233)
0 Favorites   0 Comments

Color spaces of #c9dae9

RGB 201218233
HSL0.580.420.85
HSV208°14°91°
CMYK 0.140.060.00   0.09
XYZ63.866868.443586.9356
Yxy68.44350.29130.3122
Hunter Lab82.7306-6.9791-4.3922
CIE-Lab86.2277-2.6958-9.2874

#c9dae9 color RGB value is (201,218,233).

#c9dae9 hex color red value is 201, green value is 218 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c9dae9 hue: 0.58 , saturation: 0.42 and the lightness value of c9dae9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011010 11101001
Octal 311 332 351
Decimal 201 218 233
Hex C9 DA E9

RGB Percentages of Color #c9dae9

%30.83
%33.44
%35.74

CMYK Percentages of Color #c9dae9

%14
%6
%0
%9

Triadic Colors of #c9dae9

#c9dae9 #e9c9da #dae9c9

Analogous Colors of #c9dae9

#c9dae9 #c9cae9 #c9e9e8

Monochromatic Colors of #c9dae9

#c9dae9

Complementary Color

#c9dae9 #e9d8c9

#c9dae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dae9 Color CSS Codes

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

#c9dae9 Text Font Color

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

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


#c9dae9 Background Color

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

This div background color is #c9dae9


#c9dae9 Border Color

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

This div border color is #c9dae9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,218,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dae9

#c9dae9 Color Palettes


Comments

No comments written yet.

Please login to write comment.