Color Hex Logo

#38aa56 Color Hex

#38AA56
(56,170,86)
0 Favorites   0 Comments

Color spaces of #38aa56

RGB 5617086
HSL0.380.500.44
HSV136°67°67°
CMYK 0.670.000.49   0.33
XYZ17.685330.262113.7132
Yxy30.26210.28680.4908
Hunter Lab55.0110-38.883923.7278
CIE-Lab61.8797-50.239834.0242

#38aa56 color RGB value is (56,170,86).

#38aa56 hex color red value is 56, green value is 170 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #38aa56 hue: 0.38 , saturation: 0.50 and the lightness value of 38aa56 is 0.44.

The process color (four color CMYK) of #38aa56 color hex is 0.67, 0.00, 0.49, 0.33. Web safe color of #38aa56 is #339966. Color #38aa56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101010 01010110
Octal 70 252 126
Decimal 56 170 86
Hex 38 AA 56

RGB Percentages of Color #38aa56

%17.95
%54.49
%27.56

CMYK Percentages of Color #38aa56

%67
%0
%49
%33

Triadic Colors of #38aa56

#38aa56 #5638aa #aa5638

Analogous Colors of #38aa56

#38aa56 #38aa8f #53aa38

Monochromatic Colors of #38aa56

#38aa56

Complementary Color

#38aa56 #aa388c

#38aa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aa56 Color CSS Codes

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

#38aa56 Text Font Color

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

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


#38aa56 Background Color

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

This div background color is #38aa56


#38aa56 Border Color

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

This div border color is #38aa56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aa56


Comments

No comments written yet.

Please login to write comment.