Color Hex Logo

#90efba Color Hex

#90EFBA
(144,239,186)
0 Favorites   0 Comments

Color spaces of #90efba

RGB 144239186
HSL0.410.750.75
HSV147°40°94°
CMYK 0.400.000.22   0.06
XYZ51.231071.207557.4986
Yxy71.20750.28470.3957
Hunter Lab84.3845-39.303218.6697
CIE-Lab87.5857-39.577316.9386

#90efba color RGB value is (144,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 10111010
Octal 220 357 272
Decimal 144 239 186
Hex 90 EF BA

RGB Percentages of Color #90efba

%25.31
%42.00
%32.69

CMYK Percentages of Color #90efba

%40
%0
%22
%6

Triadic Colors of #90efba

#90efba #ba90ef #efba90

Analogous Colors of #90efba

#90efba #90efea #96ef90

Monochromatic Colors of #90efba

#90efba

Complementary Color

#90efba #ef90c5

#90efba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efba Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efba Color CSS Codes

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

#90efba Text Font Color

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

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


#90efba Background Color

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

This div background color is #90efba


#90efba Border Color

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

This div border color is #90efba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efba


Comments

No comments written yet.

Please login to write comment.