Color Hex Logo

#9aedba Color Hex

#9AEDBA
(154,237,186)
0 Favorites   0 Comments

Color spaces of #9aedba

RGB 154237186
HSL0.400.700.77
HSV143°35°93°
CMYK 0.350.000.22   0.07
XYZ52.473570.983657.3899
Yxy70.98360.29020.3925
Hunter Lab84.2518-36.267618.5896
CIE-Lab87.4770-35.845416.8532

#9aedba color RGB value is (154,237,186).

#9aedba hex color red value is 154, green value is 237 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9aedba hue: 0.40 , saturation: 0.70 and the lightness value of 9aedba is 0.77.

The process color (four color CMYK) of #9aedba color hex is 0.35, 0.00, 0.22, 0.07. Web safe color of #9aedba is #99ffcc. Color #9aedba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11101101 10111010
Octal 232 355 272
Decimal 154 237 186
Hex 9A ED BA

RGB Percentages of Color #9aedba

%26.69
%41.07
%32.24

CMYK Percentages of Color #9aedba

%35
%0
%22
%7

Triadic Colors of #9aedba

#9aedba #ba9aed #edba9a

Analogous Colors of #9aedba

#9aedba #9aede4 #a4ed9a

Monochromatic Colors of #9aedba

#9aedba

Complementary Color

#9aedba #ed9acd

#9aedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aedba Color CSS Codes

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

#9aedba Text Font Color

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

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


#9aedba Background Color

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

This div background color is #9aedba


#9aedba Border Color

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

This div border color is #9aedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aedba


Comments

No comments written yet.

Please login to write comment.