Color Hex Logo

#387686 Color Hex

#387686
(56,118,134)
0 Favorites   0 Comments

Color spaces of #387686

RGB 56118134
HSL0.530.410.37
HSV192°58°53°
CMYK 0.580.120.00   0.47
XYZ12.412415.518924.8955
Yxy15.51890.23500.2938
Hunter Lab39.3940-12.6972-9.8932
CIE-Lab46.3369-15.0195-14.8200

#387686 color RGB value is (56,118,134).

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

The process color (four color CMYK) of #387686 color hex is 0.58, 0.12, 0.00, 0.47. Web safe color of #387686 is #336699. Color #387686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 10000110
Octal 70 166 206
Decimal 56 118 134
Hex 38 76 86

RGB Percentages of Color #387686

%18.18
%38.31
%43.51

CMYK Percentages of Color #387686

%58
%12
%0
%47

Triadic Colors of #387686

#387686 #863876 #768638

Analogous Colors of #387686

#387686 #384f86 #38866f

Monochromatic Colors of #387686

#387686

Complementary Color

#387686 #864838

#387686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387686 Color CSS Codes

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

#387686 Text Font Color

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

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


#387686 Background Color

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

This div background color is #387686


#387686 Border Color

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

This div border color is #387686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387686


Comments

No comments written yet.

Please login to write comment.