Color Hex Logo

#38b05f Color Hex

#38B05F
(56,176,95)
0 Favorites   0 Comments

Color spaces of #38b05f

RGB 5617695
HSL0.390.520.45
HSV140°68°69°
CMYK 0.680.000.46   0.31
XYZ19.221832.717616.1285
Yxy32.71760.28240.4807
Hunter Lab57.1993-40.113923.3215
CIE-Lab63.9316-51.045931.9914

#38b05f color RGB value is (56,176,95).

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

The process color (four color CMYK) of #38b05f color hex is 0.68, 0.00, 0.46, 0.31. Web safe color of #38b05f is #339966. Color #38b05f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110000 01011111
Octal 70 260 137
Decimal 56 176 95
Hex 38 B0 5F

RGB Percentages of Color #38b05f

%17.13
%53.82
%29.05

CMYK Percentages of Color #38b05f

%68
%0
%46
%31

Triadic Colors of #38b05f

#38b05f #5f38b0 #b05f38

Analogous Colors of #38b05f

#38b05f #38b09b #4db038

Monochromatic Colors of #38b05f

#38b05f

Complementary Color

#38b05f #b03889

#38b05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b05f Color CSS Codes

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

#38b05f Text Font Color

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

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


#38b05f Background Color

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

This div background color is #38b05f


#38b05f Border Color

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

This div border color is #38b05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b05f


Comments

No comments written yet.

Please login to write comment.