Color Hex Logo

#38dca4 Color Hex

#38DCA4
(56,220,164)
0 Favorites   0 Comments

Color spaces of #38dca4

RGB 56220164
HSL0.440.700.54
HSV160°75°86°
CMYK 0.750.000.25   0.14
XYZ33.924954.707543.8935
Yxy54.70750.25600.4128
Hunter Lab73.9645-47.566316.5901
CIE-Lab78.8725-54.258615.8292

#38dca4 color RGB value is (56,220,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 10100100
Octal 70 334 244
Decimal 56 220 164
Hex 38 DC A4

RGB Percentages of Color #38dca4

%12.73
%50.00
%37.27

CMYK Percentages of Color #38dca4

%75
%0
%25
%14

Triadic Colors of #38dca4

#38dca4 #a438dc #dca438

Analogous Colors of #38dca4

#38dca4 #38c2dc #38dc52

Monochromatic Colors of #38dca4

#38dca4

Complementary Color

#38dca4 #dc3870

#38dca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dca4 Color CSS Codes

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

#38dca4 Text Font Color

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

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


#38dca4 Background Color

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

This div background color is #38dca4


#38dca4 Border Color

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

This div border color is #38dca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dca4


Comments

No comments written yet.

Please login to write comment.