Color Hex Logo

#38fb8a Color Hex

#38FB8A
(56,251,138)
0 Favorites   0 Comments

Color spaces of #38fb8a

RGB 56251138
HSL0.400.960.60
HSV145°78°98°
CMYK 0.780.000.45   0.02
XYZ40.715571.670135.7325
Yxy71.67010.27490.4839
Hunter Lab84.6582-62.304134.2356
CIE-Lab87.8096-70.539741.0290

#38fb8a color RGB value is (56,251,138).

#38fb8a hex color red value is 56, green value is 251 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #38fb8a hue: 0.40 , saturation: 0.96 and the lightness value of 38fb8a is 0.60.

The process color (four color CMYK) of #38fb8a color hex is 0.78, 0.00, 0.45, 0.02. Web safe color of #38fb8a is #33ff99. Color #38fb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111011 10001010
Octal 70 373 212
Decimal 56 251 138
Hex 38 FB 8A

RGB Percentages of Color #38fb8a

%12.58
%56.40
%31.01

CMYK Percentages of Color #38fb8a

%78
%0
%45
%2

Triadic Colors of #38fb8a

#38fb8a #8a38fb #fb8a38

Analogous Colors of #38fb8a

#38fb8a #38fbec #48fb38

Monochromatic Colors of #38fb8a

#38fb8a

Complementary Color

#38fb8a #fb38a9

#38fb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fb8a Color CSS Codes

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

#38fb8a Text Font Color

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

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


#38fb8a Background Color

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

This div background color is #38fb8a


#38fb8a Border Color

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

This div border color is #38fb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fb8a


Comments

No comments written yet.

Please login to write comment.