Color Hex Logo

#38985a Color Hex

#38985A
(56,152,90)
0 Favorites   0 Comments

Color spaces of #38985a

RGB 5615290
HSL0.390.460.41
HSV141°63°60°
CMYK 0.630.000.41   0.40
XYZ14.704624.035413.5371
Yxy24.03540.28130.4598
Hunter Lab49.0259-32.256917.9469
CIE-Lab56.1232-42.460024.5302

#38985a color RGB value is (56,152,90).

#38985a hex color red value is 56, green value is 152 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #38985a hue: 0.39 , saturation: 0.46 and the lightness value of 38985a is 0.41.

The process color (four color CMYK) of #38985a color hex is 0.63, 0.00, 0.41, 0.40. Web safe color of #38985a is #339966. Color #38985a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011000 01011010
Octal 70 230 132
Decimal 56 152 90
Hex 38 98 5A

RGB Percentages of Color #38985a

%18.79
%51.01
%30.20

CMYK Percentages of Color #38985a

%63
%0
%41
%40

Triadic Colors of #38985a

#38985a #5a3898 #985a38

Analogous Colors of #38985a

#38985a #38988a #469838

Monochromatic Colors of #38985a

#38985a

Complementary Color

#38985a #983876

#38985a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38985a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38985a Color CSS Codes

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

#38985a Text Font Color

<p style="color:#38985a">Text here</p>

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


#38985a Background Color

<div style="background-color:#38985a">
Div content here</div>

This div background color is #38985a


#38985a Border Color

<div style="border:3px solid #38985a">
Div here</div>

This div border color is #38985a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,152,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38985a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38985a;
  -webkit-box-shadow: 1px 1px 3px 2px #38985a;
  box-shadow:         1px 1px 3px 2px #38985a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38985a


Comments

No comments written yet.

Please login to write comment.