Color Hex Logo

#38c021 Color Hex

#38C021
(56,192,33)
0 Favorites   0 Comments

Color spaces of #38c021

RGB 5619233
HSL0.310.710.44
HSV111°83°75°
CMYK 0.710.000.83   0.25
XYZ20.755038.64987.8051
Yxy38.64980.30880.5751
Hunter Lab62.1690-49.203836.0746
CIE-Lab68.4968-63.119262.6030

#38c021 color RGB value is (56,192,33).

#38c021 hex color red value is 56, green value is 192 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #38c021 hue: 0.31 , saturation: 0.71 and the lightness value of 38c021 is 0.44.

The process color (four color CMYK) of #38c021 color hex is 0.71, 0.00, 0.83, 0.25. Web safe color of #38c021 is #33cc33. Color #38c021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11000000 00100001
Octal 70 300 41
Decimal 56 192 33
Hex 38 C0 21

RGB Percentages of Color #38c021

%19.93
%68.33
%11.74

CMYK Percentages of Color #38c021

%71
%0
%83
%25

Triadic Colors of #38c021

#38c021 #2138c0 #c02138

Analogous Colors of #38c021

#38c021 #21c05a #88c021

Monochromatic Colors of #38c021

#38c021

Complementary Color

#38c021 #a921c0

#38c021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38c021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38c021 Color CSS Codes

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

#38c021 Text Font Color

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

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


#38c021 Background Color

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

This div background color is #38c021


#38c021 Border Color

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

This div border color is #38c021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38c021


Comments

No comments written yet.

Please login to write comment.