Color Hex Logo

#38d013 Color Hex

#38D013
(56,208,19)
0 Favorites   0 Comments

Color spaces of #38d013

RGB 5620819
HSL0.300.830.45
HSV108°91°82°
CMYK 0.730.000.91   0.18
XYZ24.304345.99958.2139
Yxy45.99950.30950.5858
Hunter Lab67.8229-54.724840.2956
CIE-Lab73.5452-68.611269.8812

#38d013 color RGB value is (56,208,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11010000 00010011
Octal 70 320 23
Decimal 56 208 19
Hex 38 D0 13

RGB Percentages of Color #38d013

%19.79
%73.50
%6.71

CMYK Percentages of Color #38d013

%73
%0
%91
%18

Triadic Colors of #38d013

#38d013 #1338d0 #d01338

Analogous Colors of #38d013

#38d013 #13d04d #97d013

Monochromatic Colors of #38d013

#38d013

Complementary Color

#38d013 #ab13d0

#38d013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38d013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38d013 Color CSS Codes

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

#38d013 Text Font Color

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

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


#38d013 Background Color

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

This div background color is #38d013


#38d013 Border Color

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

This div border color is #38d013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38d013


Comments

No comments written yet.

Please login to write comment.