Color Hex Logo

#90ebba Color Hex

#90EBBA
(144,235,186)
0 Favorites   0 Comments

Color spaces of #90ebba

RGB 144235186
HSL0.410.690.74
HSV148°39°92°
CMYK 0.390.000.21   0.08
XYZ50.072968.891157.1126
Yxy68.89110.28440.3913
Hunter Lab83.0007-37.565117.3031
CIE-Lab86.4501-37.771915.3432

#90ebba color RGB value is (144,235,186).

#90ebba hex color red value is 144, green value is 235 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #90ebba hue: 0.41 , saturation: 0.69 and the lightness value of 90ebba is 0.74.

The process color (four color CMYK) of #90ebba color hex is 0.39, 0.00, 0.21, 0.08. Web safe color of #90ebba is #99ffcc. Color #90ebba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 10111010
Octal 220 353 272
Decimal 144 235 186
Hex 90 EB BA

RGB Percentages of Color #90ebba

%25.49
%41.59
%32.92

CMYK Percentages of Color #90ebba

%39
%0
%21
%8

Triadic Colors of #90ebba

#90ebba #ba90eb #ebba90

Analogous Colors of #90ebba

#90ebba #90ebe8 #94eb90

Monochromatic Colors of #90ebba

#90ebba

Complementary Color

#90ebba #eb90c1

#90ebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ebba Color CSS Codes

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

#90ebba Text Font Color

<p style="color:#90ebba">Text here</p>

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


#90ebba Background Color

<div style="background-color:#90ebba">
Div content here</div>

This div background color is #90ebba


#90ebba Border Color

<div style="border:3px solid #90ebba">
Div here</div>

This div border color is #90ebba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,235,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90ebba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90ebba;
  -webkit-box-shadow: 1px 1px 3px 2px #90ebba;
  box-shadow:         1px 1px 3px 2px #90ebba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,235,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 #90ebba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ebba


Comments

No comments written yet.

Please login to write comment.