Color Hex Logo

#38ae5a Color Hex

#38AE5A
(56,174,90)
0 Favorites   0 Comments

Color spaces of #38ae5a

RGB 5617490
HSL0.380.510.45
HSV137°68°68°
CMYK 0.680.000.48   0.32
XYZ18.612431.851014.8398
Yxy31.85100.28500.4877
Hunter Lab56.4367-39.896223.9156
CIE-Lab63.2195-51.111733.6608

#38ae5a color RGB value is (56,174,90).

#38ae5a hex color red value is 56, green value is 174 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #38ae5a hue: 0.38 , saturation: 0.51 and the lightness value of 38ae5a is 0.45.

The process color (four color CMYK) of #38ae5a color hex is 0.68, 0.00, 0.48, 0.32. Web safe color of #38ae5a is #339966. Color #38ae5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 01011010
Octal 70 256 132
Decimal 56 174 90
Hex 38 AE 5A

RGB Percentages of Color #38ae5a

%17.50
%54.38
%28.13

CMYK Percentages of Color #38ae5a

%68
%0
%48
%32

Triadic Colors of #38ae5a

#38ae5a #5a38ae #ae5a38

Analogous Colors of #38ae5a

#38ae5a #38ae95 #51ae38

Monochromatic Colors of #38ae5a

#38ae5a

Complementary Color

#38ae5a #ae388c

#38ae5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ae5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ae5a Color CSS Codes

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

#38ae5a Text Font Color

<p style="color:#38ae5a">Text here</p>

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


#38ae5a Background Color

<div style="background-color:#38ae5a">
Div content here</div>

This div background color is #38ae5a


#38ae5a Border Color

<div style="border:3px solid #38ae5a">
Div here</div>

This div border color is #38ae5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,174,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38ae5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38ae5a;
  -webkit-box-shadow: 1px 1px 3px 2px #38ae5a;
  box-shadow:         1px 1px 3px 2px #38ae5a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,174,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ae5a


Comments

No comments written yet.

Please login to write comment.