Color Hex Logo

#38aeaa Color Hex

#38AEAA
(56,174,170)
0 Favorites   0 Comments

Color spaces of #38aeaa

RGB 56174170
HSL0.490.510.45
HSV178°68°68°
CMYK 0.680.000.02   0.32
XYZ24.022634.015143.3297
Yxy34.01510.23700.3356
Hunter Lab58.3225-28.5415-3.2228
CIE-Lab64.9746-32.8996-7.4975

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

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

The process color (four color CMYK) of #38aeaa color hex is 0.68, 0.00, 0.02, 0.32. Web safe color of #38aeaa is #339999. Color #38aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101110 10101010
Octal 70 256 252
Decimal 56 174 170
Hex 38 AE AA

RGB Percentages of Color #38aeaa

%14.00
%43.50
%42.50

CMYK Percentages of Color #38aeaa

%68
%0
%2
%32

Triadic Colors of #38aeaa

#38aeaa #aa38ae #aeaa38

Analogous Colors of #38aeaa

#38aeaa #3877ae #38ae6f

Monochromatic Colors of #38aeaa

#38aeaa

Complementary Color

#38aeaa #ae383c

#38aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aeaa Color CSS Codes

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

#38aeaa Text Font Color

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

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


#38aeaa Background Color

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

This div background color is #38aeaa


#38aeaa Border Color

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

This div border color is #38aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aeaa


Comments

No comments written yet.

Please login to write comment.