Color Hex Logo

#38c17d Color Hex

#38C17D
(56,193,125)
0 Favorites   0 Comments

Color spaces of #38c17d

RGB 56193125
HSL0.420.550.49
HSV150°71°76°
CMYK 0.710.000.35   0.24
XYZ24.402540.461325.9257
Yxy40.46130.26880.4457
Hunter Lab63.6092-42.837820.3611
CIE-Lab69.7968-52.027523.9641

#38c17d color RGB value is (56,193,125).

#38c17d hex color red value is 56, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #38c17d hue: 0.42 , saturation: 0.55 and the lightness value of 38c17d is 0.49.

The process color (four color CMYK) of #38c17d color hex is 0.71, 0.00, 0.35, 0.24. Web safe color of #38c17d is #33cc66. Color #38c17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11000001 01111101
Octal 70 301 175
Decimal 56 193 125
Hex 38 C1 7D

RGB Percentages of Color #38c17d

%14.97
%51.60
%33.42

CMYK Percentages of Color #38c17d

%71
%0
%35
%24

Triadic Colors of #38c17d

#38c17d #7d38c1 #c17d38

Analogous Colors of #38c17d

#38c17d #38c1c1 #38c139

Monochromatic Colors of #38c17d

#38c17d

Complementary Color

#38c17d #c1387c

#38c17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38c17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38c17d Color CSS Codes

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

#38c17d Text Font Color

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

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


#38c17d Background Color

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

This div background color is #38c17d


#38c17d Border Color

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

This div border color is #38c17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38c17d


Comments

No comments written yet.

Please login to write comment.