Color Hex Logo

#38a314 Color Hex

#38A314
(56,163,20)
0 Favorites   0 Comments

Color spaces of #38a314

RGB 5616320
HSL0.290.780.36
HSV105°88°64°
CMYK 0.660.000.88   0.36
XYZ14.854327.08565.1070
Yxy27.08560.31570.5757
Hunter Lab52.0438-40.129430.6126
CIE-Lab59.0535-54.182657.2754

#38a314 color RGB value is (56,163,20).

#38a314 hex color red value is 56, green value is 163 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #38a314 hue: 0.29 , saturation: 0.78 and the lightness value of 38a314 is 0.36.

The process color (four color CMYK) of #38a314 color hex is 0.66, 0.00, 0.88, 0.36. Web safe color of #38a314 is #339900. Color #38a314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100011 00010100
Octal 70 243 24
Decimal 56 163 20
Hex 38 A3 14

RGB Percentages of Color #38a314

%23.43
%68.20
%8.37

CMYK Percentages of Color #38a314

%66
%0
%88
%36

Triadic Colors of #38a314

#38a314 #1438a3 #a31438

Analogous Colors of #38a314

#38a314 #14a337 #80a314

Monochromatic Colors of #38a314

#38a314

Complementary Color

#38a314 #7f14a3

#38a314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a314 Color CSS Codes

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

#38a314 Text Font Color

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

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


#38a314 Background Color

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

This div background color is #38a314


#38a314 Border Color

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

This div border color is #38a314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a314


Comments

No comments written yet.

Please login to write comment.