Color Hex Logo

#38897d Color Hex

#38897D
(56,137,125)
0 Favorites   0 Comments

Color spaces of #38897d

RGB 56137125
HSL0.480.420.38
HSV171°59°54°
CMYK 0.590.000.09   0.46
XYZ14.278220.212722.5509
Yxy20.21270.25030.3543
Hunter Lab44.9585-21.98831.7315
CIE-Lab52.0768-27.6387-0.9570

#38897d color RGB value is (56,137,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 01111101
Octal 70 211 175
Decimal 56 137 125
Hex 38 89 7D

RGB Percentages of Color #38897d

%17.61
%43.08
%39.31

CMYK Percentages of Color #38897d

%59
%0
%9
%46

Triadic Colors of #38897d

#38897d #7d3889 #897d38

Analogous Colors of #38897d

#38897d #386d89 #388955

Monochromatic Colors of #38897d

#38897d

Complementary Color

#38897d #893844

#38897d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38897d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38897d Color CSS Codes

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

#38897d Text Font Color

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

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


#38897d Background Color

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

This div background color is #38897d


#38897d Border Color

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

This div border color is #38897d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38897d


Comments

No comments written yet.

Please login to write comment.