Color Hex Logo

#38606f Color Hex

#38606F
(56,96,111)
0 Favorites   0 Comments

Color spaces of #38606f

RGB 5696111
HSL0.550.330.33
HSV196°50°44°
CMYK 0.500.140.00   0.56
XYZ8.683010.354216.5798
Yxy10.35420.24380.2907
Hunter Lab32.1779-8.1444-8.0248
CIE-Lab38.4708-9.5988-12.8845

#38606f color RGB value is (56,96,111).

#38606f hex color red value is 56, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #38606f hue: 0.55 , saturation: 0.33 and the lightness value of 38606f is 0.33.

The process color (four color CMYK) of #38606f color hex is 0.50, 0.14, 0.00, 0.56. Web safe color of #38606f is #336666. Color #38606f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 01101111
Octal 70 140 157
Decimal 56 96 111
Hex 38 60 6F

RGB Percentages of Color #38606f

%21.29
%36.50
%42.21

CMYK Percentages of Color #38606f

%50
%14
%0
%56

Triadic Colors of #38606f

#38606f #6f3860 #606f38

Analogous Colors of #38606f

#38606f #38456f #386f63

Monochromatic Colors of #38606f

#38606f

Complementary Color

#38606f #6f4738

#38606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38606f Color CSS Codes

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

#38606f Text Font Color

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

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


#38606f Background Color

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

This div background color is #38606f


#38606f Border Color

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

This div border color is #38606f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38606f


Comments

No comments written yet.

Please login to write comment.