Color Hex Logo

#38e177 Color Hex

#38E177
(56,225,119)
0 Favorites   0 Comments

Color spaces of #38e177

RGB 56225119
HSL0.400.740.55
HSV142°75°88°
CMYK 0.750.000.47   0.12
XYZ31.885956.023126.5857
Yxy56.02310.27850.4893
Hunter Lab74.8486-54.943131.3346
CIE-Lab79.6270-64.763639.8695

#38e177 color RGB value is (56,225,119).

#38e177 hex color red value is 56, green value is 225 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #38e177 hue: 0.40 , saturation: 0.74 and the lightness value of 38e177 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11100001 01110111
Octal 70 341 167
Decimal 56 225 119
Hex 38 E1 77

RGB Percentages of Color #38e177

%14.00
%56.25
%29.75

CMYK Percentages of Color #38e177

%75
%0
%47
%12

Triadic Colors of #38e177

#38e177 #7738e1 #e17738

Analogous Colors of #38e177

#38e177 #38e1cc #4ee138

Monochromatic Colors of #38e177

#38e177

Complementary Color

#38e177 #e138a2

#38e177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e177 Color CSS Codes

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

#38e177 Text Font Color

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

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


#38e177 Background Color

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

This div background color is #38e177


#38e177 Border Color

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

This div border color is #38e177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e177


Comments

No comments written yet.

Please login to write comment.