Color Hex Logo

#388870 Color Hex

#388870
(56,136,112)
0 Favorites   0 Comments

Color spaces of #388870

RGB 56136112
HSL0.450.420.38
HSV162°59°53°
CMYK 0.590.000.18   0.47
XYZ13.359719.618918.4119
Yxy19.61890.26000.3818
Hunter Lab44.2932-23.67416.3595
CIE-Lab51.4036-30.56295.6162

#388870 color RGB value is (56,136,112).

#388870 hex color red value is 56, green value is 136 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #388870 hue: 0.45 , saturation: 0.42 and the lightness value of 388870 is 0.38.

The process color (four color CMYK) of #388870 color hex is 0.59, 0.00, 0.18, 0.47. Web safe color of #388870 is #339966. Color #388870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 01110000
Octal 70 210 160
Decimal 56 136 112
Hex 38 88 70

RGB Percentages of Color #388870

%18.42
%44.74
%36.84

CMYK Percentages of Color #388870

%59
%0
%18
%47

Triadic Colors of #388870

#388870 #703888 #887038

Analogous Colors of #388870

#388870 #387888 #388848

Monochromatic Colors of #388870

#388870

Complementary Color

#388870 #883850

#388870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388870 Color CSS Codes

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

#388870 Text Font Color

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

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


#388870 Background Color

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

This div background color is #388870


#388870 Border Color

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

This div border color is #388870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,136,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388870;
  -webkit-box-shadow: 1px 1px 3px 2px #388870;
  box-shadow:         1px 1px 3px 2px #388870; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388870


Comments

No comments written yet.

Please login to write comment.