Color Hex Logo

#38cd51 Color Hex

#38CD51
(56,205,81)
0 Favorites   0 Comments

Color spaces of #38cd51

RGB 5620581
HSL0.360.600.51
HSV130°73°80°
CMYK 0.730.000.60   0.20
XYZ24.947445.097515.1744
Yxy45.09750.29270.5292
Hunter Lab67.1547-51.209433.6110
CIE-Lab72.9560-63.296949.6800

#38cd51 color RGB value is (56,205,81).

#38cd51 hex color red value is 56, green value is 205 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #38cd51 hue: 0.36 , saturation: 0.60 and the lightness value of 38cd51 is 0.51.

The process color (four color CMYK) of #38cd51 color hex is 0.73, 0.00, 0.60, 0.20. Web safe color of #38cd51 is #33cc66. Color #38cd51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001101 01010001
Octal 70 315 121
Decimal 56 205 81
Hex 38 CD 51

RGB Percentages of Color #38cd51

%16.37
%59.94
%23.68

CMYK Percentages of Color #38cd51

%73
%0
%60
%20

Triadic Colors of #38cd51

#38cd51 #5138cd #cd5138

Analogous Colors of #38cd51

#38cd51 #38cd9c #6acd38

Monochromatic Colors of #38cd51

#38cd51

Complementary Color

#38cd51 #cd38b4

#38cd51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cd51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cd51 Color CSS Codes

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

#38cd51 Text Font Color

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

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


#38cd51 Background Color

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

This div background color is #38cd51


#38cd51 Border Color

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

This div border color is #38cd51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cd51


Comments

No comments written yet.

Please login to write comment.