Color Hex Logo

#c9caed Color Hex

#C9CAED
(201,202,237)
0 Favorites   0 Comments

Color spaces of #c9caed

RGB 201202237
HSL0.660.500.86
HSV238°15°93°
CMYK 0.150.150.00   0.07
XYZ60.494060.773088.6627
Yxy60.77300.28820.2895
Hunter Lab77.95702.0897-12.8622
CIE-Lab82.25666.5723-17.3549

#c9caed color RGB value is (201,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001010 11101101
Octal 311 312 355
Decimal 201 202 237
Hex C9 CA ED

RGB Percentages of Color #c9caed

%31.41
%31.56
%37.03

CMYK Percentages of Color #c9caed

%15
%15
%0
%7

Triadic Colors of #c9caed

#c9caed #edc9ca #caedc9

Analogous Colors of #c9caed

#c9caed #dac9ed #c9dced

Monochromatic Colors of #c9caed

#c9caed

Complementary Color

#c9caed #edecc9

#c9caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9caed Color CSS Codes

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

#c9caed Text Font Color

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

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


#c9caed Background Color

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

This div background color is #c9caed


#c9caed Border Color

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

This div border color is #c9caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9caed


Comments

No comments written yet.

Please login to write comment.