Color Hex Logo

#c9ceee Color Hex

#C9CEEE
(201,206,238)
0 Favorites   0 Comments

Color spaces of #c9ceee

RGB 201206238
HSL0.640.520.86
HSV232°16°93°
CMYK 0.160.130.00   0.07
XYZ61.591362.733289.7514
Yxy62.73320.28770.2930
Hunter Lab79.20430.1987-11.7422
CIE-Lab83.30184.6518-16.3141

#c9ceee color RGB value is (201,206,238).

#c9ceee hex color red value is 201, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c9ceee hue: 0.64 , saturation: 0.52 and the lightness value of c9ceee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11101110
Octal 311 316 356
Decimal 201 206 238
Hex C9 CE EE

RGB Percentages of Color #c9ceee

%31.16
%31.94
%36.90

CMYK Percentages of Color #c9ceee

%16
%13
%0
%7

Triadic Colors of #c9ceee

#c9ceee #eec9ce #ceeec9

Analogous Colors of #c9ceee

#c9ceee #d7c9ee #c9e1ee

Monochromatic Colors of #c9ceee

#c9ceee

Complementary Color

#c9ceee #eee9c9

#c9ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ceee Color CSS Codes

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

#c9ceee Text Font Color

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

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


#c9ceee Background Color

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

This div background color is #c9ceee


#c9ceee Border Color

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

This div border color is #c9ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ceee


Comments

No comments written yet.

Please login to write comment.