Color Hex Logo

#9afaeb Color Hex

#9AFAEB
(154,250,235)
0 Favorites   0 Comments

Color spaces of #9afaeb

RGB 154250235
HSL0.470.910.79
HSV171°38°98°
CMYK 0.380.000.06   0.02
XYZ62.507481.239490.9835
Yxy81.23940.26630.3461
Hunter Lab90.1329-33.94243.2435
CIE-Lab92.2381-31.7321-1.7608

#9afaeb color RGB value is (154,250,235).

#9afaeb hex color red value is 154, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9afaeb hue: 0.47 , saturation: 0.91 and the lightness value of 9afaeb is 0.79.

The process color (four color CMYK) of #9afaeb color hex is 0.38, 0.00, 0.06, 0.02. Web safe color of #9afaeb is #99ffff. Color #9afaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111010 11101011
Octal 232 372 353
Decimal 154 250 235
Hex 9A FA EB

RGB Percentages of Color #9afaeb

%24.10
%39.12
%36.78

CMYK Percentages of Color #9afaeb

%38
%0
%6
%2

Triadic Colors of #9afaeb

#9afaeb #eb9afa #faeb9a

Analogous Colors of #9afaeb

#9afaeb #9ad9fa #9afabb

Monochromatic Colors of #9afaeb

#9afaeb

Complementary Color

#9afaeb #fa9aa9

#9afaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afaeb Color CSS Codes

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

#9afaeb Text Font Color

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

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


#9afaeb Background Color

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

This div background color is #9afaeb


#9afaeb Border Color

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

This div border color is #9afaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,250,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 #9afaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.