Color Hex Logo

#38867f Color Hex

#38867F
(56,134,127)
0 Favorites   0 Comments

Color spaces of #38867f

RGB 56134127
HSL0.490.410.37
HSV175°58°53°
CMYK 0.580.000.05   0.47
XYZ13.986719.423323.0906
Yxy19.42330.24750.3438
Hunter Lab44.0719-20.4768-0.2135
CIE-Lab51.1788-25.5892-3.4418

#38867f color RGB value is (56,134,127).

#38867f hex color red value is 56, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #38867f hue: 0.49 , saturation: 0.41 and the lightness value of 38867f is 0.37.

The process color (four color CMYK) of #38867f color hex is 0.58, 0.00, 0.05, 0.47. Web safe color of #38867f is #339966. Color #38867f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 01111111
Octal 70 206 177
Decimal 56 134 127
Hex 38 86 7F

RGB Percentages of Color #38867f

%17.67
%42.27
%40.06

CMYK Percentages of Color #38867f

%58
%0
%5
%47

Triadic Colors of #38867f

#38867f #7f3886 #867f38

Analogous Colors of #38867f

#38867f #386686 #388658

Monochromatic Colors of #38867f

#38867f

Complementary Color

#38867f #86383f

#38867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38867f Color CSS Codes

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

#38867f Text Font Color

<p style="color:#38867f">Text here</p>

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


#38867f Background Color

<div style="background-color:#38867f">
Div content here</div>

This div background color is #38867f


#38867f Border Color

<div style="border:3px solid #38867f">
Div here</div>

This div border color is #38867f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,134,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38867f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38867f;
  -webkit-box-shadow: 1px 1px 3px 2px #38867f;
  box-shadow:         1px 1px 3px 2px #38867f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38867f


Comments

No comments written yet.

Please login to write comment.