Color Hex Logo

#38af40 Color Hex

#38AF40
(56,175,64)
0 Favorites   0 Comments

Color spaces of #38af40

RGB 5617564
HSL0.340.520.45
HSV124°68°69°
CMYK 0.680.000.63   0.31
XYZ17.886331.870910.0595
Yxy31.87090.29900.5328
Hunter Lab56.4543-42.241328.9532
CIE-Lab63.2360-55.008746.1999

#38af40 color RGB value is (56,175,64).

#38af40 hex color red value is 56, green value is 175 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #38af40 hue: 0.34 , saturation: 0.52 and the lightness value of 38af40 is 0.45.

The process color (four color CMYK) of #38af40 color hex is 0.68, 0.00, 0.63, 0.31. Web safe color of #38af40 is #339933. Color #38af40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101111 01000000
Octal 70 257 100
Decimal 56 175 64
Hex 38 AF 40

RGB Percentages of Color #38af40

%18.98
%59.32
%21.69

CMYK Percentages of Color #38af40

%68
%0
%63
%31

Triadic Colors of #38af40

#38af40 #4038af #af4038

Analogous Colors of #38af40

#38af40 #38af7c #6caf38

Monochromatic Colors of #38af40

#38af40

Complementary Color

#38af40 #af38a7

#38af40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38af40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38af40 Color CSS Codes

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

#38af40 Text Font Color

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

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


#38af40 Background Color

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

This div background color is #38af40


#38af40 Border Color

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

This div border color is #38af40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38af40


Comments

No comments written yet.

Please login to write comment.