Color Hex Logo

#9aebec Color Hex

#9AEBEC
(154,235,236)
0 Favorites   0 Comments

Color spaces of #9aebec

RGB 154235236
HSL0.500.680.76
HSV181°35°93°
CMYK 0.350.000.00   0.07
XYZ58.175172.342890.2543
Yxy72.34280.26350.3277
Hunter Lab85.0546-26.7562-3.3764
CIE-Lab88.1333-24.3259-8.3335

#9aebec color RGB value is (154,235,236).

#9aebec hex color red value is 154, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9aebec hue: 0.50 , saturation: 0.68 and the lightness value of 9aebec is 0.76.

The process color (four color CMYK) of #9aebec color hex is 0.35, 0.00, 0.00, 0.07. Web safe color of #9aebec is #99ffff. Color #9aebec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101011 11101100
Octal 232 353 354
Decimal 154 235 236
Hex 9A EB EC

RGB Percentages of Color #9aebec

%24.64
%37.60
%37.76

CMYK Percentages of Color #9aebec

%35
%0
%0
%7

Triadic Colors of #9aebec

#9aebec #ec9aeb #ebec9a

Analogous Colors of #9aebec

#9aebec #9ac2ec #9aecc4

Monochromatic Colors of #9aebec

#9aebec

Complementary Color

#9aebec #ec9b9a

#9aebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aebec Color CSS Codes

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

#9aebec Text Font Color

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

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


#9aebec Background Color

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

This div background color is #9aebec


#9aebec Border Color

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

This div border color is #9aebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aebec


Comments

No comments written yet.

Please login to write comment.