Color Hex Logo

#90d065 Color Hex

#90D065
(144,208,101)
0 Favorites   0 Comments

Color spaces of #90d065

RGB 144208101
HSL0.270.530.61
HSV96°51°82°
CMYK 0.310.000.51   0.18
XYZ36.406451.980620.4264
Yxy51.98060.33460.4777
Hunter Lab72.0976-36.035433.6705
CIE-Lab77.2692-38.902946.3174

#90d065 color RGB value is (144,208,101).

#90d065 hex color red value is 144, green value is 208 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #90d065 hue: 0.27 , saturation: 0.53 and the lightness value of 90d065 is 0.61.

The process color (four color CMYK) of #90d065 color hex is 0.31, 0.00, 0.51, 0.18. Web safe color of #90d065 is #99cc66. Color #90d065 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11010000 01100101
Octal 220 320 145
Decimal 144 208 101
Hex 90 D0 65

RGB Percentages of Color #90d065

%31.79
%45.92
%22.30

CMYK Percentages of Color #90d065

%31
%0
%51
%18

Triadic Colors of #90d065

#90d065 #6590d0 #d06590

Analogous Colors of #90d065

#90d065 #65d070 #c6d065

Monochromatic Colors of #90d065

#90d065

Complementary Color

#90d065 #a565d0

#90d065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90d065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90d065 Color CSS Codes

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

#90d065 Text Font Color

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

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


#90d065 Background Color

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

This div background color is #90d065


#90d065 Border Color

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

This div border color is #90d065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90d065


Comments

No comments written yet.

Please login to write comment.