Color Hex Logo

#90efbb Color Hex

#90EFBB
(144,239,187)
0 Favorites   0 Comments

Color spaces of #90efbb

RGB 144239187
HSL0.410.750.75
HSV147°40°94°
CMYK 0.400.000.22   0.06
XYZ51.337771.250258.0606
Yxy71.25020.28420.3944
Hunter Lab84.4098-39.154318.3048
CIE-Lab87.6064-39.384216.4493

#90efbb color RGB value is (144,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 10111011
Octal 220 357 273
Decimal 144 239 187
Hex 90 EF BB

RGB Percentages of Color #90efbb

%25.26
%41.93
%32.81

CMYK Percentages of Color #90efbb

%40
%0
%22
%6

Triadic Colors of #90efbb

#90efbb #bb90ef #efbb90

Analogous Colors of #90efbb

#90efbb #90efeb #95ef90

Monochromatic Colors of #90efbb

#90efbb

Complementary Color

#90efbb #ef90c4

#90efbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efbb Color CSS Codes

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

#90efbb Text Font Color

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

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


#90efbb Background Color

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

This div background color is #90efbb


#90efbb Border Color

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

This div border color is #90efbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efbb


Comments

No comments written yet.

Please login to write comment.