Color Hex Logo

#38e76d Color Hex

#38E76D
(56,231,109)
0 Favorites   0 Comments

Color spaces of #38e76d

RGB 56231109
HSL0.380.780.56
HSV138°76°91°
CMYK 0.760.000.53   0.09
XYZ32.967159.096724.1373
Yxy59.09670.28370.5086
Hunter Lab76.8744-57.981535.1960
CIE-Lab81.3447-68.284546.7928

#38e76d color RGB value is (56,231,109).

#38e76d hex color red value is 56, green value is 231 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #38e76d hue: 0.38 , saturation: 0.78 and the lightness value of 38e76d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11100111 01101101
Octal 70 347 155
Decimal 56 231 109
Hex 38 E7 6D

RGB Percentages of Color #38e76d

%14.14
%58.33
%27.53

CMYK Percentages of Color #38e76d

%76
%0
%53
%9

Triadic Colors of #38e76d

#38e76d #6d38e7 #e76d38

Analogous Colors of #38e76d

#38e76d #38e7c5 #5ae738

Monochromatic Colors of #38e76d

#38e76d

Complementary Color

#38e76d #e738b2

#38e76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e76d Color CSS Codes

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

#38e76d Text Font Color

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

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


#38e76d Background Color

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

This div background color is #38e76d


#38e76d Border Color

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

This div border color is #38e76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e76d


Comments

No comments written yet.

Please login to write comment.