Color Hex Logo

#38dd14 Color Hex

#38DD14
(56,221,20)
0 Favorites   0 Comments

Color spaces of #38dd14

RGB 5622120
HSL0.300.830.47
HSV109°91°87°
CMYK 0.750.000.91   0.13
XYZ27.613652.60429.3601
Yxy52.60420.30830.5872
Hunter Lab72.5288-58.965743.1185
CIE-Lab77.6407-72.468773.1815

#38dd14 color RGB value is (56,221,20).

#38dd14 hex color red value is 56, green value is 221 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #38dd14 hue: 0.30 , saturation: 0.83 and the lightness value of 38dd14 is 0.47.

The process color (four color CMYK) of #38dd14 color hex is 0.75, 0.00, 0.91, 0.13. Web safe color of #38dd14 is #33cc00. Color #38dd14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011101 00010100
Octal 70 335 24
Decimal 56 221 20
Hex 38 DD 14

RGB Percentages of Color #38dd14

%18.86
%74.41
%6.73

CMYK Percentages of Color #38dd14

%75
%0
%91
%13

Triadic Colors of #38dd14

#38dd14 #1438dd #dd1438

Analogous Colors of #38dd14

#38dd14 #14dd54 #9ddd14

Monochromatic Colors of #38dd14

#38dd14

Complementary Color

#38dd14 #b914dd

#38dd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dd14 Color CSS Codes

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

#38dd14 Text Font Color

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

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


#38dd14 Background Color

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

This div background color is #38dd14


#38dd14 Border Color

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

This div border color is #38dd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dd14


Comments

No comments written yet.

Please login to write comment.