Color Hex Logo

#38f48b Color Hex

#38F48B
(56,244,139)
0 Favorites   0 Comments

Color spaces of #38f48b

RGB 56244139
HSL0.410.900.59
HSV146°77°96°
CMYK 0.770.000.43   0.04
XYZ38.641867.406235.4002
Yxy67.40620.27320.4765
Hunter Lab82.1013-59.664431.9064
CIE-Lab85.7087-67.994837.8357

#38f48b color RGB value is (56,244,139).

#38f48b hex color red value is 56, green value is 244 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #38f48b hue: 0.41 , saturation: 0.90 and the lightness value of 38f48b is 0.59.

The process color (four color CMYK) of #38f48b color hex is 0.77, 0.00, 0.43, 0.04. Web safe color of #38f48b is #33ff99. Color #38f48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11110100 10001011
Octal 70 364 213
Decimal 56 244 139
Hex 38 F4 8B

RGB Percentages of Color #38f48b

%12.76
%55.58
%31.66

CMYK Percentages of Color #38f48b

%77
%0
%43
%4

Triadic Colors of #38f48b

#38f48b #8b38f4 #f48b38

Analogous Colors of #38f48b

#38f48b #38f4e9 #43f438

Monochromatic Colors of #38f48b

#38f48b

Complementary Color

#38f48b #f438a1

#38f48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38f48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38f48b Color CSS Codes

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

#38f48b Text Font Color

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

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


#38f48b Background Color

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

This div background color is #38f48b


#38f48b Border Color

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

This div border color is #38f48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38f48b


Comments

No comments written yet.

Please login to write comment.