Color Hex Logo

#c9cbea Color Hex

#C9CBEA
(201,203,234)
0 Favorites   0 Comments

Color spaces of #c9cbea

RGB 201203234
HSL0.660.440.85
HSV236°14°92°
CMYK 0.140.130.00   0.08
XYZ60.294661.069986.4517
Yxy61.06990.29010.2939
Hunter Lab78.14720.9643-10.8875
CIE-Lab82.41635.4106-15.5139

#c9cbea color RGB value is (201,203,234).

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

The process color (four color CMYK) of #c9cbea color hex is 0.14, 0.13, 0.00, 0.08. Web safe color of #c9cbea is #ccccff. Color #c9cbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001011 11101010
Octal 311 313 352
Decimal 201 203 234
Hex C9 CB EA

RGB Percentages of Color #c9cbea

%31.50
%31.82
%36.68

CMYK Percentages of Color #c9cbea

%14
%13
%0
%8

Triadic Colors of #c9cbea

#c9cbea #eac9cb #cbeac9

Analogous Colors of #c9cbea

#c9cbea #d8c9ea #c9dcea

Monochromatic Colors of #c9cbea

#c9cbea

Complementary Color

#c9cbea #eae8c9

#c9cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9cbea Color CSS Codes

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

#c9cbea Text Font Color

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

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


#c9cbea Background Color

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

This div background color is #c9cbea


#c9cbea Border Color

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

This div border color is #c9cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9cbea


Comments

No comments written yet.

Please login to write comment.