Color Hex Logo

#38dcaa Color Hex

#38DCAA
(56,220,170)
0 Favorites   0 Comments

Color spaces of #38dcaa

RGB 56220170
HSL0.450.700.54
HSV162°75°86°
CMYK 0.750.000.23   0.14
XYZ34.479854.929446.8154
Yxy54.92940.25310.4032
Hunter Lab74.1144-46.657614.4287
CIE-Lab79.0006-52.887412.8419

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

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

The process color (four color CMYK) of #38dcaa color hex is 0.75, 0.00, 0.23, 0.14. Web safe color of #38dcaa is #33cc99. Color #38dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 10101010
Octal 70 334 252
Decimal 56 220 170
Hex 38 DC AA

RGB Percentages of Color #38dcaa

%12.56
%49.33
%38.12

CMYK Percentages of Color #38dcaa

%75
%0
%23
%14

Triadic Colors of #38dcaa

#38dcaa #aa38dc #dcaa38

Analogous Colors of #38dcaa

#38dcaa #38bcdc #38dc58

Monochromatic Colors of #38dcaa

#38dcaa

Complementary Color

#38dcaa #dc386a

#38dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dcaa Color CSS Codes

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

#38dcaa Text Font Color

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

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


#38dcaa Background Color

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

This div background color is #38dcaa


#38dcaa Border Color

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

This div border color is #38dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dcaa


Comments

No comments written yet.

Please login to write comment.