Color Hex Logo

#38b43d Color Hex

#38B43D
(56,180,61)
0 Favorites   0 Comments

Color spaces of #38b43d

RGB 5618061
HSL0.340.530.46
HSV122°69°71°
CMYK 0.690.000.66   0.29
XYZ18.794433.82029.9523
Yxy33.82020.30040.5405
Hunter Lab58.1551-44.084430.5621
CIE-Lab64.8196-57.065149.2525

#38b43d color RGB value is (56,180,61).

#38b43d hex color red value is 56, green value is 180 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #38b43d hue: 0.34 , saturation: 0.53 and the lightness value of 38b43d is 0.46.

The process color (four color CMYK) of #38b43d color hex is 0.69, 0.00, 0.66, 0.29. Web safe color of #38b43d is #33cc33. Color #38b43d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110100 00111101
Octal 70 264 75
Decimal 56 180 61
Hex 38 B4 3D

RGB Percentages of Color #38b43d

%18.86
%60.61
%20.54

CMYK Percentages of Color #38b43d

%69
%0
%66
%29

Triadic Colors of #38b43d

#38b43d #3d38b4 #b43d38

Analogous Colors of #38b43d

#38b43d #38b47b #71b438

Monochromatic Colors of #38b43d

#38b43d

Complementary Color

#38b43d #b438af

#38b43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b43d Color CSS Codes

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

#38b43d Text Font Color

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

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


#38b43d Background Color

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

This div background color is #38b43d


#38b43d Border Color

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

This div border color is #38b43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b43d


Comments

No comments written yet.

Please login to write comment.