Color Hex Logo

#c9dfec Color Hex

#C9DFEC
(201,223,236)
1 Favorites   0 Comments

Color spaces of #c9dfec

RGB 201223236
HSL0.560.480.86
HSV202°15°93°
CMYK 0.150.060.00   0.07
XYZ65.615471.249089.6510
Yxy71.24900.28970.3145
Hunter Lab84.4091-8.9591-3.8856
CIE-Lab87.6058-4.6751-8.8234

#c9dfec color RGB value is (201,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11101100
Octal 311 337 354
Decimal 201 223 236
Hex C9 DF EC

RGB Percentages of Color #c9dfec

%30.45
%33.79
%35.76

CMYK Percentages of Color #c9dfec

%15
%6
%0
%7

Triadic Colors of #c9dfec

#c9dfec #ecc9df #dfecc9

Analogous Colors of #c9dfec

#c9dfec #c9ceec #c9ece8

Monochromatic Colors of #c9dfec

#c9dfec

Complementary Color

#c9dfec #ecd6c9

#c9dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfec Color CSS Codes

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

#c9dfec Text Font Color

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

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


#c9dfec Background Color

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

This div background color is #c9dfec


#c9dfec Border Color

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

This div border color is #c9dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfec

#c9dfec Color Palettes


Comments

No comments written yet.

Please login to write comment.