Color Hex Logo

#9ceaeb Color Hex

#9CEAEB
(156,234,235)
0 Favorites   0 Comments

Color spaces of #9ceaeb

RGB 156234235
HSL0.500.660.77
HSV181°34°92°
CMYK 0.340.000.00   0.08
XYZ58.128571.911789.4139
Yxy71.91170.26490.3277
Hunter Lab84.8008-26.0447-3.1548
CIE-Lab87.9261-23.5459-8.1059

#9ceaeb color RGB value is (156,234,235).

#9ceaeb hex color red value is 156, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9ceaeb hue: 0.50 , saturation: 0.66 and the lightness value of 9ceaeb is 0.77.

The process color (four color CMYK) of #9ceaeb color hex is 0.34, 0.00, 0.00, 0.08. Web safe color of #9ceaeb is #99ffff. Color #9ceaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101010 11101011
Octal 234 352 353
Decimal 156 234 235
Hex 9C EA EB

RGB Percentages of Color #9ceaeb

%24.96
%37.44
%37.60

CMYK Percentages of Color #9ceaeb

%34
%0
%0
%8

Triadic Colors of #9ceaeb

#9ceaeb #eb9cea #eaeb9c

Analogous Colors of #9ceaeb

#9ceaeb #9cc3eb #9cebc5

Monochromatic Colors of #9ceaeb

#9ceaeb

Complementary Color

#9ceaeb #eb9d9c

#9ceaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceaeb Color CSS Codes

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

#9ceaeb Text Font Color

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

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


#9ceaeb Background Color

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

This div background color is #9ceaeb


#9ceaeb Border Color

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

This div border color is #9ceaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,234,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceaeb


Comments

No comments written yet.

Please login to write comment.