Color Hex Logo

#38b1aa Color Hex

#38B1AA
(56,177,170)
0 Favorites   0 Comments

Color spaces of #38b1aa

RGB 56177170
HSL0.490.520.46
HSV177°68°69°
CMYK 0.680.000.04   0.31
XYZ24.608735.187343.5250
Yxy35.18730.23820.3406
Hunter Lab59.3189-29.7565-1.9806
CIE-Lab65.8942-34.3134-6.1325

#38b1aa color RGB value is (56,177,170).

#38b1aa hex color red value is 56, green value is 177 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #38b1aa hue: 0.49 , saturation: 0.52 and the lightness value of 38b1aa is 0.46.

The process color (four color CMYK) of #38b1aa color hex is 0.68, 0.00, 0.04, 0.31. Web safe color of #38b1aa is #339999. Color #38b1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110001 10101010
Octal 70 261 252
Decimal 56 177 170
Hex 38 B1 AA

RGB Percentages of Color #38b1aa

%13.90
%43.92
%42.18

CMYK Percentages of Color #38b1aa

%68
%0
%4
%31

Triadic Colors of #38b1aa

#38b1aa #aa38b1 #b1aa38

Analogous Colors of #38b1aa

#38b1aa #387cb1 #38b16e

Monochromatic Colors of #38b1aa

#38b1aa

Complementary Color

#38b1aa #b1383f

#38b1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b1aa Color CSS Codes

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

#38b1aa Text Font Color

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

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


#38b1aa Background Color

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

This div background color is #38b1aa


#38b1aa Border Color

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

This div border color is #38b1aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,177,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 #38b1aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b1aa


Comments

No comments written yet.

Please login to write comment.