Color Hex Logo

#38957f Color Hex

#38957F
(56,149,127)
0 Favorites   0 Comments

Color spaces of #38957f

RGB 56149127
HSL0.460.450.40
HSV166°62°58°
CMYK 0.620.000.15   0.42
XYZ16.209123.868023.8313
Yxy23.86800.25360.3735
Hunter Lab48.8549-26.27325.2769
CIE-Lab55.9554-32.87793.5317

#38957f color RGB value is (56,149,127).

#38957f hex color red value is 56, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #38957f hue: 0.46 , saturation: 0.45 and the lightness value of 38957f is 0.40.

The process color (four color CMYK) of #38957f color hex is 0.62, 0.00, 0.15, 0.42. Web safe color of #38957f is #339966. Color #38957f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010101 01111111
Octal 70 225 177
Decimal 56 149 127
Hex 38 95 7F

RGB Percentages of Color #38957f

%16.87
%44.88
%38.25

CMYK Percentages of Color #38957f

%62
%0
%15
%42

Triadic Colors of #38957f

#38957f #7f3895 #957f38

Analogous Colors of #38957f

#38957f #387d95 #389551

Monochromatic Colors of #38957f

#38957f

Complementary Color

#38957f #95384e

#38957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38957f Color CSS Codes

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

#38957f Text Font Color

<p style="color:#38957f">Text here</p>

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


#38957f Background Color

<div style="background-color:#38957f">
Div content here</div>

This div background color is #38957f


#38957f Border Color

<div style="border:3px solid #38957f">
Div here</div>

This div border color is #38957f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,149,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38957f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38957f;
  -webkit-box-shadow: 1px 1px 3px 2px #38957f;
  box-shadow:         1px 1px 3px 2px #38957f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38957f


Comments

No comments written yet.

Please login to write comment.