Color Hex Logo

#38b85f Color Hex

#38B85F
(56,184,95)
0 Favorites   0 Comments

Color spaces of #38b85f

RGB 5618495
HSL0.380.530.47
HSV138°70°72°
CMYK 0.700.000.48   0.28
XYZ20.836935.948016.6669
Yxy35.94800.28370.4894
Hunter Lab59.9567-42.889525.4881
CIE-Lab66.4802-54.031235.2209

#38b85f color RGB value is (56,184,95).

#38b85f hex color red value is 56, green value is 184 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #38b85f hue: 0.38 , saturation: 0.53 and the lightness value of 38b85f is 0.47.

The process color (four color CMYK) of #38b85f color hex is 0.70, 0.00, 0.48, 0.28. Web safe color of #38b85f is #33cc66. Color #38b85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111000 01011111
Octal 70 270 137
Decimal 56 184 95
Hex 38 B8 5F

RGB Percentages of Color #38b85f

%16.72
%54.93
%28.36

CMYK Percentages of Color #38b85f

%70
%0
%48
%28

Triadic Colors of #38b85f

#38b85f #5f38b8 #b85f38

Analogous Colors of #38b85f

#38b85f #38b89f #51b838

Monochromatic Colors of #38b85f

#38b85f

Complementary Color

#38b85f #b83891

#38b85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b85f Color CSS Codes

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

#38b85f Text Font Color

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

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


#38b85f Background Color

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

This div background color is #38b85f


#38b85f Border Color

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

This div border color is #38b85f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,184,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 #38b85f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b85f


Comments

No comments written yet.

Please login to write comment.