Color Hex Logo

#38ba3e Color Hex

#38BA3E
(56,186,62)
0 Favorites   0 Comments

Color spaces of #38ba3e

RGB 5618662
HSL0.340.540.47
HSV123°70°73°
CMYK 0.700.000.67   0.27
XYZ20.059336.306410.5080
Yxy36.30640.30000.5429
Hunter Lab60.2548-46.021831.8386
CIE-Lab66.7534-59.006850.9401

#38ba3e color RGB value is (56,186,62).

#38ba3e hex color red value is 56, green value is 186 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #38ba3e hue: 0.34 , saturation: 0.54 and the lightness value of 38ba3e is 0.47.

The process color (four color CMYK) of #38ba3e color hex is 0.70, 0.00, 0.67, 0.27. Web safe color of #38ba3e is #33cc33. Color #38ba3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111010 00111110
Octal 70 272 76
Decimal 56 186 62
Hex 38 BA 3E

RGB Percentages of Color #38ba3e

%18.42
%61.18
%20.39

CMYK Percentages of Color #38ba3e

%70
%0
%67
%27

Triadic Colors of #38ba3e

#38ba3e #3e38ba #ba3e38

Analogous Colors of #38ba3e

#38ba3e #38ba7f #73ba38

Monochromatic Colors of #38ba3e

#38ba3e

Complementary Color

#38ba3e #ba38b4

#38ba3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ba3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ba3e Color CSS Codes

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

#38ba3e Text Font Color

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

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


#38ba3e Background Color

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

This div background color is #38ba3e


#38ba3e Border Color

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

This div border color is #38ba3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ba3e


Comments

No comments written yet.

Please login to write comment.