Color Hex Logo

#9afbed Color Hex

#9AFBED
(154,251,237)
0 Favorites   0 Comments

Color spaces of #9afbed

RGB 154251237
HSL0.480.920.79
HSV171°39°98°
CMYK 0.390.000.06   0.02
XYZ63.109781.978892.6180
Yxy81.97880.26550.3449
Hunter Lab90.5421-34.03072.7302
CIE-Lab92.5655-31.7512-2.3178

#9afbed color RGB value is (154,251,237).

#9afbed hex color red value is 154, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9afbed hue: 0.48 , saturation: 0.92 and the lightness value of 9afbed is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111011 11101101
Octal 232 373 355
Decimal 154 251 237
Hex 9A FB ED

RGB Percentages of Color #9afbed

%23.99
%39.10
%36.92

CMYK Percentages of Color #9afbed

%39
%0
%6
%2

Triadic Colors of #9afbed

#9afbed #ed9afb #fbed9a

Analogous Colors of #9afbed

#9afbed #9ad9fb #9afbbd

Monochromatic Colors of #9afbed

#9afbed

Complementary Color

#9afbed #fb9aa8

#9afbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afbed Color CSS Codes

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

#9afbed Text Font Color

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

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


#9afbed Background Color

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

This div background color is #9afbed


#9afbed Border Color

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

This div border color is #9afbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afbed

Related Colors


Comments

No comments written yet.

Please login to write comment.