Color Hex Logo

#38aaaa Color Hex

#38AAAA
(56,170,170)
0 Favorites   0 Comments

Color spaces of #38aaaa

RGB 56170170
HSL0.500.500.44
HSV180°67°67°
CMYK 0.670.000.00   0.33
XYZ23.261332.492543.0759
Yxy32.49250.23540.3288
Hunter Lab57.0022-26.9120-4.9032
CIE-Lab63.7479-30.9875-9.3247

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

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

The process color (four color CMYK) of #38aaaa color hex is 0.67, 0.00, 0.00, 0.33. Web safe color of #38aaaa is #339999. Color #38aaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101010 10101010
Octal 70 252 252
Decimal 56 170 170
Hex 38 AA AA

RGB Percentages of Color #38aaaa

%14.14
%42.93
%42.93

CMYK Percentages of Color #38aaaa

%67
%0
%0
%33

Triadic Colors of #38aaaa

#38aaaa #aa38aa #aaaa38

Analogous Colors of #38aaaa

#38aaaa #3871aa #38aa71

Monochromatic Colors of #38aaaa

#38aaaa

Complementary Color

#38aaaa #aa3838

#38aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aaaa Color CSS Codes

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

#38aaaa Text Font Color

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

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


#38aaaa Background Color

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

This div background color is #38aaaa


#38aaaa Border Color

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

This div border color is #38aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aaaa


Comments

No comments written yet.

Please login to write comment.