Color Hex Logo

#38b98d Color Hex

#38B98D
(56,185,141)
0 Favorites   0 Comments

Color spaces of #38b98d

RGB 56185141
HSL0.440.540.47
HSV160°70°73°
CMYK 0.700.000.24   0.27
XYZ23.787637.461831.1764
Yxy37.46180.25740.4053
Hunter Lab61.2060-37.736912.6438
CIE-Lab67.6221-45.345512.3548

#38b98d color RGB value is (56,185,141).

#38b98d hex color red value is 56, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #38b98d hue: 0.44 , saturation: 0.54 and the lightness value of 38b98d is 0.47.

The process color (four color CMYK) of #38b98d color hex is 0.70, 0.00, 0.24, 0.27. Web safe color of #38b98d is #33cc99. Color #38b98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111001 10001101
Octal 70 271 215
Decimal 56 185 141
Hex 38 B9 8D

RGB Percentages of Color #38b98d

%14.66
%48.43
%36.91

CMYK Percentages of Color #38b98d

%70
%0
%24
%27

Triadic Colors of #38b98d

#38b98d #8d38b9 #b98d38

Analogous Colors of #38b98d

#38b98d #38a5b9 #38b94d

Monochromatic Colors of #38b98d

#38b98d

Complementary Color

#38b98d #b93864

#38b98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b98d Color CSS Codes

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

#38b98d Text Font Color

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

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


#38b98d Background Color

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

This div background color is #38b98d


#38b98d Border Color

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

This div border color is #38b98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b98d


Comments

No comments written yet.

Please login to write comment.