Color Hex Logo

#38f5aa Color Hex

#38F5AA
(56,245,170)
0 Favorites   0 Comments

Color spaces of #38f5aa

RGB 56245170
HSL0.430.900.59
HSV156°77°96°
CMYK 0.770.000.31   0.04
XYZ41.539069.047849.1684
Yxy69.04780.26000.4322
Hunter Lab83.0950-56.184523.0838
CIE-Lab86.5277-62.490323.3319

#38f5aa color RGB value is (56,245,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11110101 10101010
Octal 70 365 252
Decimal 56 245 170
Hex 38 F5 AA

RGB Percentages of Color #38f5aa

%11.89
%52.02
%36.09

CMYK Percentages of Color #38f5aa

%77
%0
%31
%4

Triadic Colors of #38f5aa

#38f5aa #aa38f5 #f5aa38

Analogous Colors of #38f5aa

#38f5aa #38e2f5 #38f54c

Monochromatic Colors of #38f5aa

#38f5aa

Complementary Color

#38f5aa #f53883

#38f5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38f5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38f5aa Color CSS Codes

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

#38f5aa Text Font Color

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

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


#38f5aa Background Color

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

This div background color is #38f5aa


#38f5aa Border Color

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

This div border color is #38f5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38f5aa


Comments

No comments written yet.

Please login to write comment.