Color Hex Logo

#38a59f Color Hex

#38A59F
(56,165,159)
0 Favorites   0 Comments

Color spaces of #38a59f

RGB 56165159
HSL0.490.490.43
HSV177°66°65°
CMYK 0.660.000.04   0.35
XYZ21.344030.254237.5156
Yxy30.25420.23950.3395
Hunter Lab55.0038-26.9905-1.9363
CIE-Lab61.8729-31.7463-5.9468

#38a59f color RGB value is (56,165,159).

#38a59f hex color red value is 56, green value is 165 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #38a59f hue: 0.49 , saturation: 0.49 and the lightness value of 38a59f is 0.43.

The process color (four color CMYK) of #38a59f color hex is 0.66, 0.00, 0.04, 0.35. Web safe color of #38a59f is #339999. Color #38a59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10100101 10011111
Octal 70 245 237
Decimal 56 165 159
Hex 38 A5 9F

RGB Percentages of Color #38a59f

%14.74
%43.42
%41.84

CMYK Percentages of Color #38a59f

%66
%0
%4
%35

Triadic Colors of #38a59f

#38a59f #9f38a5 #a59f38

Analogous Colors of #38a59f

#38a59f #3875a5 #38a569

Monochromatic Colors of #38a59f

#38a59f

Complementary Color

#38a59f #a5383e

#38a59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38a59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38a59f Color CSS Codes

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

#38a59f Text Font Color

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

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


#38a59f Background Color

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

This div background color is #38a59f


#38a59f Border Color

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

This div border color is #38a59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38a59f


Comments

No comments written yet.

Please login to write comment.