Color Hex Logo

#38f682 Color Hex

#38F682
(56,246,130)
0 Favorites   0 Comments

Color spaces of #38f682

RGB 56246130
HSL0.400.910.59
HSV143°77°96°
CMYK 0.770.000.47   0.04
XYZ38.615968.364032.2794
Yxy68.36400.27730.4909
Hunter Lab82.6825-61.328134.7308
CIE-Lab86.1881-70.144342.8286

#38f682 color RGB value is (56,246,130).

#38f682 hex color red value is 56, green value is 246 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #38f682 hue: 0.40 , saturation: 0.91 and the lightness value of 38f682 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11110110 10000010
Octal 70 366 202
Decimal 56 246 130
Hex 38 F6 82

RGB Percentages of Color #38f682

%12.96
%56.94
%30.09

CMYK Percentages of Color #38f682

%77
%0
%47
%4

Triadic Colors of #38f682

#38f682 #8238f6 #f68238

Analogous Colors of #38f682

#38f682 #38f6e1 #4df638

Monochromatic Colors of #38f682

#38f682

Complementary Color

#38f682 #f638ac

#38f682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38f682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38f682 Color CSS Codes

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

#38f682 Text Font Color

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

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


#38f682 Background Color

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

This div background color is #38f682


#38f682 Border Color

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

This div border color is #38f682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38f682


Comments

No comments written yet.

Please login to write comment.