Color Hex Logo

#38b591 Color Hex

#38B591
(56,181,145)
0 Favorites   0 Comments

Color spaces of #38b591

RGB 56181145
HSL0.450.530.46
HSV163°69°71°
CMYK 0.690.000.20   0.29
XYZ23.265635.932832.4976
Yxy35.93280.25370.3919
Hunter Lab59.9440-35.62219.8177
CIE-Lab66.4685-42.69538.5295

#38b591 color RGB value is (56,181,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10110101 10010001
Octal 70 265 221
Decimal 56 181 145
Hex 38 B5 91

RGB Percentages of Color #38b591

%14.66
%47.38
%37.96

CMYK Percentages of Color #38b591

%69
%0
%20
%29

Triadic Colors of #38b591

#38b591 #9138b5 #b59138

Analogous Colors of #38b591

#38b591 #389bb5 #38b553

Monochromatic Colors of #38b591

#38b591

Complementary Color

#38b591 #b5385c

#38b591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38b591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38b591 Color CSS Codes

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

#38b591 Text Font Color

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

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


#38b591 Background Color

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

This div background color is #38b591


#38b591 Border Color

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

This div border color is #38b591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38b591


Comments

No comments written yet.

Please login to write comment.