Color Hex Logo

#c9ebed Color Hex

#C9EBED
(201,235,237)
0 Favorites   0 Comments

Color spaces of #c9ebed

RGB 201235237
HSL0.510.500.86
HSV183°15°93°
CMYK 0.150.010.00   0.07
XYZ69.081877.948691.5253
Yxy77.94860.28960.3268
Hunter Lab88.2885-14.83660.3383
CIE-Lab90.7564-10.6067-4.6886

#c9ebed color RGB value is (201,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11101101
Octal 311 353 355
Decimal 201 235 237
Hex C9 EB ED

RGB Percentages of Color #c9ebed

%29.87
%34.92
%35.22

CMYK Percentages of Color #c9ebed

%15
%1
%0
%7

Triadic Colors of #c9ebed

#c9ebed #edc9eb #ebedc9

Analogous Colors of #c9ebed

#c9ebed #c9d9ed #c9eddd

Monochromatic Colors of #c9ebed

#c9ebed

Complementary Color

#c9ebed #edcbc9

#c9ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebed Color CSS Codes

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

#c9ebed Text Font Color

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

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


#c9ebed Background Color

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

This div background color is #c9ebed


#c9ebed Border Color

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

This div border color is #c9ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebed


Comments

No comments written yet.

Please login to write comment.