Color Hex Logo

#38e96b Color Hex

#38E96B
(56,233,107)
0 Favorites   0 Comments

Color spaces of #38e96b

RGB 56233107
HSL0.380.800.57
HSV137°76°91°
CMYK 0.760.000.54   0.09
XYZ33.423660.180123.7642
Yxy60.18010.28480.5127
Hunter Lab77.5758-58.850936.1405
CIE-Lab81.9360-69.218948.4391

#38e96b color RGB value is (56,233,107).

#38e96b hex color red value is 56, green value is 233 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #38e96b hue: 0.38 , saturation: 0.80 and the lightness value of 38e96b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101001 01101011
Octal 70 351 153
Decimal 56 233 107
Hex 38 E9 6B

RGB Percentages of Color #38e96b

%14.14
%58.84
%27.02

CMYK Percentages of Color #38e96b

%76
%0
%54
%9

Triadic Colors of #38e96b

#38e96b #6b38e9 #e96b38

Analogous Colors of #38e96b

#38e96b #38e9c4 #5ee938

Monochromatic Colors of #38e96b

#38e96b

Complementary Color

#38e96b #e938b6

#38e96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38e96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38e96b Color CSS Codes

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

#38e96b Text Font Color

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

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


#38e96b Background Color

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

This div background color is #38e96b


#38e96b Border Color

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

This div border color is #38e96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38e96b


Comments

No comments written yet.

Please login to write comment.