Color Hex Logo

#38897a Color Hex

#38897A
(56,137,122)
0 Favorites   0 Comments

Color spaces of #38897a

RGB 56137122
HSL0.470.420.38
HSV169°59°54°
CMYK 0.590.000.11   0.46
XYZ14.089420.137221.5566
Yxy20.13720.25260.3610
Hunter Lab44.8745-22.48612.9307
CIE-Lab51.9920-28.44970.6620

#38897a color RGB value is (56,137,122).

#38897a hex color red value is 56, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #38897a hue: 0.47 , saturation: 0.42 and the lightness value of 38897a is 0.38.

The process color (four color CMYK) of #38897a color hex is 0.59, 0.00, 0.11, 0.46. Web safe color of #38897a is #339966. Color #38897a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 01111010
Octal 70 211 172
Decimal 56 137 122
Hex 38 89 7A

RGB Percentages of Color #38897a

%17.78
%43.49
%38.73

CMYK Percentages of Color #38897a

%59
%0
%11
%46

Triadic Colors of #38897a

#38897a #7a3889 #897a38

Analogous Colors of #38897a

#38897a #387089 #388952

Monochromatic Colors of #38897a

#38897a

Complementary Color

#38897a #893847

#38897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38897a Color CSS Codes

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

#38897a Text Font Color

<p style="color:#38897a">Text here</p>

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


#38897a Background Color

<div style="background-color:#38897a">
Div content here</div>

This div background color is #38897a


#38897a Border Color

<div style="border:3px solid #38897a">
Div here</div>

This div border color is #38897a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,137,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38897a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38897a;
  -webkit-box-shadow: 1px 1px 3px 2px #38897a;
  box-shadow:         1px 1px 3px 2px #38897a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38897a


Comments

No comments written yet.

Please login to write comment.