Color Hex Logo

#c9ebea Color Hex

#C9EBEA
(201,235,234)
0 Favorites   0 Comments

Color spaces of #c9ebea

RGB 201235234
HSL0.500.460.85
HSV178°14°92°
CMYK 0.140.000.00   0.08
XYZ68.647077.774789.2358
Yxy77.77470.29130.3300
Hunter Lab88.1900-15.38821.7399
CIE-Lab90.6770-11.2093-3.2384

#c9ebea color RGB value is (201,235,234).

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

The process color (four color CMYK) of #c9ebea color hex is 0.14, 0.00, 0.00, 0.08. Web safe color of #c9ebea is #ccffff. Color #c9ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101011 11101010
Octal 311 353 352
Decimal 201 235 234
Hex C9 EB EA

RGB Percentages of Color #c9ebea

%30.00
%35.07
%34.93

CMYK Percentages of Color #c9ebea

%14
%0
%0
%8

Triadic Colors of #c9ebea

#c9ebea #eac9eb #ebeac9

Analogous Colors of #c9ebea

#c9ebea #c9dbeb #c9ebd9

Monochromatic Colors of #c9ebea

#c9ebea

Complementary Color

#c9ebea #ebc9ca

#c9ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9ebea Color CSS Codes

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

#c9ebea Text Font Color

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

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


#c9ebea Background Color

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

This div background color is #c9ebea


#c9ebea Border Color

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

This div border color is #c9ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9ebea


Comments

No comments written yet.

Please login to write comment.