Color Hex Logo

#38e95d Color Hex

#38E95D
(56,233,93)
0 Favorites   0 Comments

Color spaces of #38e95d

RGB 5623393
HSL0.370.800.57
HSV133°76°91°
CMYK 0.760.000.60   0.09
XYZ32.745659.908920.1936
Yxy59.90890.29020.5309
Hunter Lab77.4008-59.934338.7120
CIE-Lab81.7886-70.986554.5461

#38e95d color RGB value is (56,233,93).

#38e95d hex color red value is 56, green value is 233 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #38e95d hue: 0.37 , saturation: 0.80 and the lightness value of 38e95d is 0.57.

The process color (four color CMYK) of #38e95d color hex is 0.76, 0.00, 0.60, 0.09. Web safe color of #38e95d is #33ff66. Color #38e95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101001 01011101
Octal 70 351 135
Decimal 56 233 93
Hex 38 E9 5D

RGB Percentages of Color #38e95d

%14.66
%60.99
%24.35

CMYK Percentages of Color #38e95d

%76
%0
%60
%9

Triadic Colors of #38e95d

#38e95d #5d38e9 #e95d38

Analogous Colors of #38e95d

#38e95d #38e9b6 #6ce938

Monochromatic Colors of #38e95d

#38e95d

Complementary Color

#38e95d #e938c4

#38e95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e95d Color CSS Codes

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

#38e95d Text Font Color

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

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


#38e95d Background Color

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

This div background color is #38e95d


#38e95d Border Color

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

This div border color is #38e95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e95d


Comments

No comments written yet.

Please login to write comment.