Color Hex Logo

#388008 Color Hex

#388008
(56,128,8)
0 Favorites   0 Comments

Color spaces of #388008

RGB 561288
HSL0.270.880.27
HSV96°94°50°
CMYK 0.560.000.94   0.50
XYZ9.393916.29662.8802
Yxy16.29660.32880.5704
Hunter Lab40.3690-29.108824.0282
CIE-Lab47.3612-41.934749.6520

#388008 color RGB value is (56,128,8).

#388008 hex color red value is 56, green value is 128 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #388008 hue: 0.27 , saturation: 0.88 and the lightness value of 388008 is 0.27.

The process color (four color CMYK) of #388008 color hex is 0.56, 0.00, 0.94, 0.50. Web safe color of #388008 is #339900. Color #388008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000000 00001000
Octal 70 200 10
Decimal 56 128 8
Hex 38 80 8

RGB Percentages of Color #388008

%29.17
%66.67
%4.17

CMYK Percentages of Color #388008

%56
%0
%94
%50

Triadic Colors of #388008

#388008 #083880 #800838

Analogous Colors of #388008

#388008 #088014 #748008

Monochromatic Colors of #388008

#388008

Complementary Color

#388008 #500880

#388008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388008 Color CSS Codes

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

#388008 Text Font Color

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

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


#388008 Background Color

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

This div background color is #388008


#388008 Border Color

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

This div border color is #388008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388008


Comments

No comments written yet.

Please login to write comment.