Color Hex Logo

#38d214 Color Hex

#38D214
(56,210,20)
0 Favorites   0 Comments

Color spaces of #38d214

RGB 5621020
HSL0.300.830.45
HSV109°90°82°
CMYK 0.730.000.90   0.18
XYZ24.803746.98448.4234
Yxy46.98440.30920.5858
Hunter Lab68.5452-55.362240.6956
CIE-Lab74.1798-69.187570.2629

#38d214 color RGB value is (56,210,20).

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

The process color (four color CMYK) of #38d214 color hex is 0.73, 0.00, 0.90, 0.18. Web safe color of #38d214 is #33cc00. Color #38d214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11010010 00010100
Octal 70 322 24
Decimal 56 210 20
Hex 38 D2 14

RGB Percentages of Color #38d214

%19.58
%73.43
%6.99

CMYK Percentages of Color #38d214

%73
%0
%90
%18

Triadic Colors of #38d214

#38d214 #1438d2 #d21438

Analogous Colors of #38d214

#38d214 #14d24f #97d214

Monochromatic Colors of #38d214

#38d214

Complementary Color

#38d214 #ae14d2

#38d214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38d214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38d214 Color CSS Codes

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

#38d214 Text Font Color

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

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


#38d214 Background Color

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

This div background color is #38d214


#38d214 Border Color

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

This div border color is #38d214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38d214


Comments

No comments written yet.

Please login to write comment.