Color Hex Logo

#90efbe Color Hex

#90EFBE
(144,239,190)
0 Favorites   0 Comments

Color spaces of #90efbe

RGB 144239190
HSL0.410.750.75
HSV149°40°94°
CMYK 0.400.000.21   0.06
XYZ51.662471.380059.7700
Yxy71.38000.28260.3905
Hunter Lab84.4867-38.701517.1960
CIE-Lab87.6693-38.798514.9815

#90efbe color RGB value is (144,239,190).

#90efbe hex color red value is 144, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90efbe hue: 0.41 , saturation: 0.75 and the lightness value of 90efbe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 10111110
Octal 220 357 276
Decimal 144 239 190
Hex 90 EF BE

RGB Percentages of Color #90efbe

%25.13
%41.71
%33.16

CMYK Percentages of Color #90efbe

%40
%0
%21
%6

Triadic Colors of #90efbe

#90efbe #be90ef #efbe90

Analogous Colors of #90efbe

#90efbe #90efee #92ef90

Monochromatic Colors of #90efbe

#90efbe

Complementary Color

#90efbe #ef90c1

#90efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efbe Color CSS Codes

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

#90efbe Text Font Color

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

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


#90efbe Background Color

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

This div background color is #90efbe


#90efbe Border Color

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

This div border color is #90efbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,239,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efbe


Comments

No comments written yet.

Please login to write comment.