Color Hex Logo

#388954 Color Hex

#388954
(56,137,84)
0 Favorites   0 Comments

Color spaces of #388954

RGB 5613784
HSL0.390.420.38
HSV141°59°54°
CMYK 0.590.000.39   0.46
XYZ12.176819.372211.4849
Yxy19.37220.28300.4502
Hunter Lab44.0139-27.640815.3387
CIE-Lab51.1198-37.251121.2267

#388954 color RGB value is (56,137,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 01010100
Octal 70 211 124
Decimal 56 137 84
Hex 38 89 54

RGB Percentages of Color #388954

%20.22
%49.46
%30.32

CMYK Percentages of Color #388954

%59
%0
%39
%46

Triadic Colors of #388954

#388954 #543889 #895438

Analogous Colors of #388954

#388954 #38897d #458938

Monochromatic Colors of #388954

#388954

Complementary Color

#388954 #89386d

#388954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388954 Color CSS Codes

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

#388954 Text Font Color

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

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


#388954 Background Color

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

This div background color is #388954


#388954 Border Color

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

This div border color is #388954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388954


Comments

No comments written yet.

Please login to write comment.