Color Hex Logo

#90ebbe Color Hex

#90EBBE
(144,235,190)
0 Favorites   0 Comments

Color spaces of #90ebbe

RGB 144235190
HSL0.420.690.74
HSV150°39°92°
CMYK 0.390.000.19   0.08
XYZ50.504269.063759.3840
Yxy69.06370.28220.3859
Hunter Lab83.1046-36.955215.8064
CIE-Lab86.5356-36.984213.3801

#90ebbe color RGB value is (144,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 10111110
Octal 220 353 276
Decimal 144 235 190
Hex 90 EB BE

RGB Percentages of Color #90ebbe

%25.31
%41.30
%33.39

CMYK Percentages of Color #90ebbe

%39
%0
%19
%8

Triadic Colors of #90ebbe

#90ebbe #be90eb #ebbe90

Analogous Colors of #90ebbe

#90ebbe #90ebeb #90eb91

Monochromatic Colors of #90ebbe

#90ebbe

Complementary Color

#90ebbe #eb90bd

#90ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ebbe Color CSS Codes

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

#90ebbe Text Font Color

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

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


#90ebbe Background Color

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

This div background color is #90ebbe


#90ebbe Border Color

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

This div border color is #90ebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ebbe


Comments

No comments written yet.

Please login to write comment.