Color Hex Logo

#c9ebee Color Hex

#C9EBEE
(201,235,238)
0 Favorites   0 Comments

Color spaces of #c9ebee

RGB 201235238
HSL0.510.520.86
HSV185°16°93°
CMYK 0.160.010.00   0.07
XYZ69.228378.007292.2971
Yxy78.00720.28900.3257
Hunter Lab88.3217-14.6511-0.1335
CIE-Lab90.7832-10.4044-5.1716

#c9ebee color RGB value is (201,235,238).

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

The process color (four color CMYK) of #c9ebee color hex is 0.16, 0.01, 0.00, 0.07. Web safe color of #c9ebee is #ccffff. Color #c9ebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11101110
Octal 311 353 356
Decimal 201 235 238
Hex C9 EB EE

RGB Percentages of Color #c9ebee

%29.82
%34.87
%35.31

CMYK Percentages of Color #c9ebee

%16
%1
%0
%7

Triadic Colors of #c9ebee

#c9ebee #eec9eb #ebeec9

Analogous Colors of #c9ebee

#c9ebee #c9d9ee #c9eedf

Monochromatic Colors of #c9ebee

#c9ebee

Complementary Color

#c9ebee #eeccc9

#c9ebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebee Color CSS Codes

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

#c9ebee Text Font Color

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

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


#c9ebee Background Color

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

This div background color is #c9ebee


#c9ebee Border Color

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

This div border color is #c9ebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebee


Comments

No comments written yet.

Please login to write comment.