Color Hex Logo

#90bc8d Color Hex

#90BC8D
(144,188,141)
0 Favorites   0 Comments

Color spaces of #90bc8d

RGB 144188141
HSL0.320.260.65
HSV116°25°74°
CMYK 0.230.000.25   0.26
XYZ34.292543.818831.8498
Yxy43.81880.31190.3985
Hunter Lab66.1958-23.371317.8099
CIE-Lab72.1072-23.821519.1454

#90bc8d color RGB value is (144,188,141).

#90bc8d hex color red value is 144, green value is 188 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #90bc8d hue: 0.32 , saturation: 0.26 and the lightness value of 90bc8d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 10001101
Octal 220 274 215
Decimal 144 188 141
Hex 90 BC 8D

RGB Percentages of Color #90bc8d

%30.44
%39.75
%29.81

CMYK Percentages of Color #90bc8d

%23
%0
%25
%26

Triadic Colors of #90bc8d

#90bc8d #8d90bc #bc8d90

Analogous Colors of #90bc8d

#90bc8d #8dbca2 #a8bc8d

Monochromatic Colors of #90bc8d

#90bc8d

Complementary Color

#90bc8d #b98dbc

#90bc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bc8d Color CSS Codes

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

#90bc8d Text Font Color

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

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


#90bc8d Background Color

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

This div background color is #90bc8d


#90bc8d Border Color

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

This div border color is #90bc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bc8d


Comments

No comments written yet.

Please login to write comment.