Color Hex Logo

#38dc5b Color Hex

#38DC5B
(56,220,91)
0 Favorites   0 Comments

Color spaces of #38dc5b

RGB 5622091
HSL0.370.700.54
HSV133°75°86°
CMYK 0.750.000.59   0.14
XYZ29.112452.782518.5512
Yxy52.78250.28980.5255
Hunter Lab72.6516-55.613035.7167
CIE-Lab77.7464-67.038050.7567

#38dc5b color RGB value is (56,220,91).

#38dc5b hex color red value is 56, green value is 220 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #38dc5b hue: 0.37 , saturation: 0.70 and the lightness value of 38dc5b is 0.54.

The process color (four color CMYK) of #38dc5b color hex is 0.75, 0.00, 0.59, 0.14. Web safe color of #38dc5b is #33cc66. Color #38dc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 01011011
Octal 70 334 133
Decimal 56 220 91
Hex 38 DC 5B

RGB Percentages of Color #38dc5b

%15.26
%59.95
%24.80

CMYK Percentages of Color #38dc5b

%75
%0
%59
%14

Triadic Colors of #38dc5b

#38dc5b #5b38dc #dc5b38

Analogous Colors of #38dc5b

#38dc5b #38dcad #67dc38

Monochromatic Colors of #38dc5b

#38dc5b

Complementary Color

#38dc5b #dc38b9

#38dc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dc5b Color CSS Codes

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

#38dc5b Text Font Color

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

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


#38dc5b Background Color

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

This div background color is #38dc5b


#38dc5b Border Color

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

This div border color is #38dc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dc5b


Comments

No comments written yet.

Please login to write comment.