Color Hex Logo

#c9dfed Color Hex

#C9DFED
(201,223,237)
0 Favorites   0 Comments

Color spaces of #c9dfed

RGB 201223237
HSL0.560.500.86
HSV203°15°93°
CMYK 0.150.060.00   0.07
XYZ65.761171.307390.4185
Yxy71.30730.28910.3135
Hunter Lab84.4436-8.7682-4.3745
CIE-Lab87.6341-4.4700-9.3081

#c9dfed color RGB value is (201,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11011111 11101101
Octal 311 337 355
Decimal 201 223 237
Hex C9 DF ED

RGB Percentages of Color #c9dfed

%30.41
%33.74
%35.85

CMYK Percentages of Color #c9dfed

%15
%6
%0
%7

Triadic Colors of #c9dfed

#c9dfed #edc9df #dfedc9

Analogous Colors of #c9dfed

#c9dfed #c9cded #c9ede9

Monochromatic Colors of #c9dfed

#c9dfed

Complementary Color

#c9dfed #edd7c9

#c9dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9dfed Color CSS Codes

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

#c9dfed Text Font Color

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

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


#c9dfed Background Color

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

This div background color is #c9dfed


#c9dfed Border Color

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

This div border color is #c9dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9dfed


Comments

No comments written yet.

Please login to write comment.