Color Hex Logo

#38b046 Color Hex

#38B046
(56,176,70)
0 Favorites   0 Comments

Color spaces of #38b046

RGB 5617670
HSL0.350.520.45
HSV127°68°69°
CMYK 0.680.000.60   0.31
XYZ18.261732.333611.0729
Yxy32.33360.29610.5243
Hunter Lab56.8626-42.183528.2583
CIE-Lab63.6176-54.662843.9183

#38b046 color RGB value is (56,176,70).

#38b046 hex color red value is 56, green value is 176 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #38b046 hue: 0.35 , saturation: 0.52 and the lightness value of 38b046 is 0.45.

The process color (four color CMYK) of #38b046 color hex is 0.68, 0.00, 0.60, 0.31. Web safe color of #38b046 is #339933. Color #38b046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110000 01000110
Octal 70 260 106
Decimal 56 176 70
Hex 38 B0 46

RGB Percentages of Color #38b046

%18.54
%58.28
%23.18

CMYK Percentages of Color #38b046

%68
%0
%60
%31

Triadic Colors of #38b046

#38b046 #4638b0 #b04638

Analogous Colors of #38b046

#38b046 #38b082 #66b038

Monochromatic Colors of #38b046

#38b046

Complementary Color

#38b046 #b038a2

#38b046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b046 Color CSS Codes

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

#38b046 Text Font Color

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

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


#38b046 Background Color

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

This div background color is #38b046


#38b046 Border Color

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

This div border color is #38b046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,176,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38b046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38b046;
  -webkit-box-shadow: 1px 1px 3px 2px #38b046;
  box-shadow:         1px 1px 3px 2px #38b046; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b046


Comments

No comments written yet.

Please login to write comment.