Color Hex Logo

#c9cbed Color Hex

#C9CBED
(201,203,237)
0 Favorites   0 Comments

Color spaces of #c9cbed

RGB 201203237
HSL0.660.500.86
HSV237°15°93°
CMYK 0.150.140.00   0.07
XYZ60.729461.243888.7412
Yxy61.24380.28820.2906
Hunter Lab78.25841.5657-12.4511
CIE-Lab82.50966.0386-16.9737

#c9cbed color RGB value is (201,203,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 11101101
Octal 311 313 355
Decimal 201 203 237
Hex C9 CB ED

RGB Percentages of Color #c9cbed

%31.36
%31.67
%36.97

CMYK Percentages of Color #c9cbed

%15
%14
%0
%7

Triadic Colors of #c9cbed

#c9cbed #edc9cb #cbedc9

Analogous Colors of #c9cbed

#c9cbed #d9c9ed #c9dded

Monochromatic Colors of #c9cbed

#c9cbed

Complementary Color

#c9cbed #edebc9

#c9cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbed Color CSS Codes

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

#c9cbed Text Font Color

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

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


#c9cbed Background Color

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

This div background color is #c9cbed


#c9cbed Border Color

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

This div border color is #c9cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbed


Comments

No comments written yet.

Please login to write comment.