Color Hex Logo

#38e79b Color Hex

#38E79B
(56,231,155)
0 Favorites   0 Comments

Color spaces of #38e79b

RGB 56231155
HSL0.430.780.56
HSV154°76°91°
CMYK 0.760.000.33   0.09
XYZ36.123260.359140.7569
Yxy60.35910.26320.4398
Hunter Lab77.6911-52.964223.2801
CIE-Lab82.0330-60.380324.8849

#38e79b color RGB value is (56,231,155).

#38e79b hex color red value is 56, green value is 231 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #38e79b hue: 0.43 , saturation: 0.78 and the lightness value of 38e79b is 0.56.

The process color (four color CMYK) of #38e79b color hex is 0.76, 0.00, 0.33, 0.09. Web safe color of #38e79b is #33ff99. Color #38e79b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11100111 10011011
Octal 70 347 233
Decimal 56 231 155
Hex 38 E7 9B

RGB Percentages of Color #38e79b

%12.67
%52.26
%35.07

CMYK Percentages of Color #38e79b

%76
%0
%33
%9

Triadic Colors of #38e79b

#38e79b #9b38e7 #e79b38

Analogous Colors of #38e79b

#38e79b #38dce7 #38e744

Monochromatic Colors of #38e79b

#38e79b

Complementary Color

#38e79b #e73884

#38e79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e79b Color CSS Codes

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

#38e79b Text Font Color

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

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


#38e79b Background Color

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

This div background color is #38e79b


#38e79b Border Color

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

This div border color is #38e79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e79b


Comments

No comments written yet.

Please login to write comment.