Color Hex Logo

#38b530 Color Hex

#38B530
(56,181,48)
0 Favorites   0 Comments

Color spaces of #38b530

RGB 5618148
HSL0.320.580.45
HSV116°73°71°
CMYK 0.690.000.73   0.29
XYZ18.688334.10198.3937
Yxy34.10190.30540.5574
Hunter Lab58.3968-45.070432.3557
CIE-Lab65.0434-58.578954.6107

#38b530 color RGB value is (56,181,48).

#38b530 hex color red value is 56, green value is 181 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #38b530 hue: 0.32 , saturation: 0.58 and the lightness value of 38b530 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110101 00110000
Octal 70 265 60
Decimal 56 181 48
Hex 38 B5 30

RGB Percentages of Color #38b530

%19.65
%63.51
%16.84

CMYK Percentages of Color #38b530

%69
%0
%73
%29

Triadic Colors of #38b530

#38b530 #3038b5 #b53038

Analogous Colors of #38b530

#38b530 #30b56b #7bb530

Monochromatic Colors of #38b530

#38b530

Complementary Color

#38b530 #ad30b5

#38b530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b530 Color CSS Codes

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

#38b530 Text Font Color

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

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


#38b530 Background Color

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

This div background color is #38b530


#38b530 Border Color

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

This div border color is #38b530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b530


Comments

No comments written yet.

Please login to write comment.