Color Hex Logo

#c9dfef Color Hex

#C9DFEF
(201,223,239)
0 Favorites   0 Comments

Color spaces of #c9dfef

RGB 201223239
HSL0.570.540.86
HSV205°16°94°
CMYK 0.160.070.00   0.06
XYZ66.055171.424991.9663
Yxy71.42490.28790.3113
Hunter Lab84.5133-8.3836-5.3594
CIE-Lab87.6910-4.0574-10.2765

#c9dfef color RGB value is (201,223,239).

#c9dfef hex color red value is 201, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c9dfef hue: 0.57 , saturation: 0.54 and the lightness value of c9dfef is 0.86.

The process color (four color CMYK) of #c9dfef color hex is 0.16, 0.07, 0.00, 0.06. Web safe color of #c9dfef is #ccccff. Color #c9dfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11101111
Octal 311 337 357
Decimal 201 223 239
Hex C9 DF EF

RGB Percentages of Color #c9dfef

%30.32
%33.63
%36.05

CMYK Percentages of Color #c9dfef

%16
%7
%0
%6

Triadic Colors of #c9dfef

#c9dfef #efc9df #dfefc9

Analogous Colors of #c9dfef

#c9dfef #c9ccef #c9efec

Monochromatic Colors of #c9dfef

#c9dfef

Complementary Color

#c9dfef #efd9c9

#c9dfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfef Color CSS Codes

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

#c9dfef Text Font Color

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

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


#c9dfef Background Color

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

This div background color is #c9dfef


#c9dfef Border Color

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

This div border color is #c9dfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfef


Comments

No comments written yet.

Please login to write comment.