Color Hex Logo

#c9ceed Color Hex

#C9CEED
(201,206,237)
0 Favorites   0 Comments

Color spaces of #c9ceed

RGB 201206237
HSL0.640.500.86
HSV232°15°93°
CMYK 0.150.130.00   0.07
XYZ61.444862.674588.9797
Yxy62.67450.28830.2941
Hunter Lab79.1672-0.0018-11.2217
CIE-Lab83.27084.4421-15.8285

#c9ceed color RGB value is (201,206,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11001110 11101101
Octal 311 316 355
Decimal 201 206 237
Hex C9 CE ED

RGB Percentages of Color #c9ceed

%31.21
%31.99
%36.80

CMYK Percentages of Color #c9ceed

%15
%13
%0
%7

Triadic Colors of #c9ceed

#c9ceed #edc9ce #ceedc9

Analogous Colors of #c9ceed

#c9ceed #d6c9ed #c9e0ed

Monochromatic Colors of #c9ceed

#c9ceed

Complementary Color

#c9ceed #ede8c9

#c9ceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ceed Color CSS Codes

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

#c9ceed Text Font Color

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

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


#c9ceed Background Color

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

This div background color is #c9ceed


#c9ceed Border Color

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

This div border color is #c9ceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ceed


Comments

No comments written yet.

Please login to write comment.