Color Hex Logo

#90ecbe Color Hex

#90ECBE
(144,236,190)
0 Favorites   0 Comments

Color spaces of #90ecbe

RGB 144236190
HSL0.420.710.75
HSV150°39°93°
CMYK 0.390.000.19   0.07
XYZ50.791369.637959.4797
Yxy69.63790.28230.3871
Hunter Lab83.4493-37.392616.1547
CIE-Lab86.8190-37.439713.7809

#90ecbe color RGB value is (144,236,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101100 10111110
Octal 220 354 276
Decimal 144 236 190
Hex 90 EC BE

RGB Percentages of Color #90ecbe

%25.26
%41.40
%33.33

CMYK Percentages of Color #90ecbe

%39
%0
%19
%7

Triadic Colors of #90ecbe

#90ecbe #be90ec #ecbe90

Analogous Colors of #90ecbe

#90ecbe #90ecec #90ec90

Monochromatic Colors of #90ecbe

#90ecbe

Complementary Color

#90ecbe #ec90be

#90ecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ecbe Color CSS Codes

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

#90ecbe Text Font Color

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

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


#90ecbe Background Color

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

This div background color is #90ecbe


#90ecbe Border Color

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

This div border color is #90ecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ecbe


Comments

No comments written yet.

Please login to write comment.