Color Hex Logo

#38b37d Color Hex

#38B37D
(56,179,125)
0 Favorites   0 Comments

Color spaces of #38b37d

RGB 56179125
HSL0.430.520.46
HSV154°69°70°
CMYK 0.690.000.30   0.30
XYZ21.452734.561624.9424
Yxy34.56160.26500.4269
Hunter Lab58.7891-37.744615.9975
CIE-Lab65.4059-46.459617.9810

#38b37d color RGB value is (56,179,125).

#38b37d hex color red value is 56, green value is 179 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #38b37d hue: 0.43 , saturation: 0.52 and the lightness value of 38b37d is 0.46.

The process color (four color CMYK) of #38b37d color hex is 0.69, 0.00, 0.30, 0.30. Web safe color of #38b37d is #33cc66. Color #38b37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110011 01111101
Octal 70 263 175
Decimal 56 179 125
Hex 38 B3 7D

RGB Percentages of Color #38b37d

%15.56
%49.72
%34.72

CMYK Percentages of Color #38b37d

%69
%0
%30
%30

Triadic Colors of #38b37d

#38b37d #7d38b3 #b37d38

Analogous Colors of #38b37d

#38b37d #38acb3 #38b340

Monochromatic Colors of #38b37d

#38b37d

Complementary Color

#38b37d #b3386e

#38b37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b37d Color CSS Codes

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

#38b37d Text Font Color

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

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


#38b37d Background Color

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

This div background color is #38b37d


#38b37d Border Color

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

This div border color is #38b37d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,179,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 #38b37d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b37d


Comments

No comments written yet.

Please login to write comment.