Color Hex Logo

#388a06 Color Hex

#388A06
(56,138,6)
0 Favorites   0 Comments

Color spaces of #388a06

RGB 561386
HSL0.270.920.28
HSV97°96°54°
CMYK 0.590.000.96   0.46
XYZ10.752219.03093.2789
Yxy19.03090.32520.5756
Hunter Lab43.6244-32.347526.0807
CIE-Lab50.7233-45.782052.8170

#388a06 color RGB value is (56,138,6).

#388a06 hex color red value is 56, green value is 138 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #388a06 hue: 0.27 , saturation: 0.92 and the lightness value of 388a06 is 0.28.

The process color (four color CMYK) of #388a06 color hex is 0.59, 0.00, 0.96, 0.46. Web safe color of #388a06 is #339900. Color #388a06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 00000110
Octal 70 212 6
Decimal 56 138 6
Hex 38 8A 6

RGB Percentages of Color #388a06

%28.00
%69.00
%3.00

CMYK Percentages of Color #388a06

%59
%0
%96
%46

Triadic Colors of #388a06

#388a06 #06388a #8a0638

Analogous Colors of #388a06

#388a06 #068a16 #7a8a06

Monochromatic Colors of #388a06

#388a06

Complementary Color

#388a06 #58068a

#388a06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388a06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388a06 Color CSS Codes

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

#388a06 Text Font Color

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

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


#388a06 Background Color

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

This div background color is #388a06


#388a06 Border Color

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

This div border color is #388a06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,138,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388a06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388a06;
  -webkit-box-shadow: 1px 1px 3px 2px #388a06;
  box-shadow:         1px 1px 3px 2px #388a06; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388a06


Comments

No comments written yet.

Please login to write comment.