Color Hex Logo

#90bd95 Color Hex

#90BD95
(144,189,149)
0 Favorites   0 Comments

Color spaces of #90bd95

RGB 144189149
HSL0.350.250.65
HSV127°24°74°
CMYK 0.240.000.21   0.26
XYZ35.124044.494435.1708
Yxy44.49440.30600.3876
Hunter Lab66.7041-22.740515.4313
CIE-Lab72.5577-22.909315.4594

#90bd95 color RGB value is (144,189,149).

#90bd95 hex color red value is 144, green value is 189 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #90bd95 hue: 0.35 , saturation: 0.25 and the lightness value of 90bd95 is 0.65.

The process color (four color CMYK) of #90bd95 color hex is 0.24, 0.00, 0.21, 0.26. Web safe color of #90bd95 is #99cc99. Color #90bd95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111101 10010101
Octal 220 275 225
Decimal 144 189 149
Hex 90 BD 95

RGB Percentages of Color #90bd95

%29.88
%39.21
%30.91

CMYK Percentages of Color #90bd95

%24
%0
%21
%26

Triadic Colors of #90bd95

#90bd95 #9590bd #bd9590

Analogous Colors of #90bd95

#90bd95 #90bdac #a2bd90

Monochromatic Colors of #90bd95

#90bd95

Complementary Color

#90bd95 #bd90b8

#90bd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bd95 Color CSS Codes

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

#90bd95 Text Font Color

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

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


#90bd95 Background Color

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

This div background color is #90bd95


#90bd95 Border Color

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

This div border color is #90bd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bd95


Comments

No comments written yet.

Please login to write comment.