Color Hex Logo

#38847e Color Hex

#38847E
(56,132,126)
0 Favorites   0 Comments

Color spaces of #38847e

RGB 56132126
HSL0.490.400.37
HSV175°58°52°
CMYK 0.580.000.05   0.48
XYZ13.648018.849622.6577
Yxy18.84960.24740.3418
Hunter Lab43.4161-19.8662-0.5506
CIE-Lab50.5108-24.8579-3.8436

#38847e color RGB value is (56,132,126).

#38847e hex color red value is 56, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #38847e hue: 0.49 , saturation: 0.40 and the lightness value of 38847e is 0.37.

The process color (four color CMYK) of #38847e color hex is 0.58, 0.00, 0.05, 0.48. Web safe color of #38847e is #339966. Color #38847e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000100 01111110
Octal 70 204 176
Decimal 56 132 126
Hex 38 84 7E

RGB Percentages of Color #38847e

%17.83
%42.04
%40.13

CMYK Percentages of Color #38847e

%58
%0
%5
%48

Triadic Colors of #38847e

#38847e #7e3884 #847e38

Analogous Colors of #38847e

#38847e #386484 #388458

Monochromatic Colors of #38847e

#38847e

Complementary Color

#38847e #84383e

#38847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38847e Color CSS Codes

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

#38847e Text Font Color

<p style="color:#38847e">Text here</p>

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


#38847e Background Color

<div style="background-color:#38847e">
Div content here</div>

This div background color is #38847e


#38847e Border Color

<div style="border:3px solid #38847e">
Div here</div>

This div border color is #38847e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,132,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38847e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38847e;
  -webkit-box-shadow: 1px 1px 3px 2px #38847e;
  box-shadow:         1px 1px 3px 2px #38847e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38847e


Comments

No comments written yet.

Please login to write comment.