Color Hex Logo

#388682 Color Hex

#388682
(56,134,130)
0 Favorites   0 Comments

Color spaces of #388682

RGB 56134130
HSL0.490.410.37
HSV177°58°53°
CMYK 0.580.000.03   0.47
XYZ14.185219.502724.1358
Yxy19.50270.24530.3373
Hunter Lab44.1619-19.9474-1.4905
CIE-Lab51.2702-24.7403-5.0573

#388682 color RGB value is (56,134,130).

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

The process color (four color CMYK) of #388682 color hex is 0.58, 0.00, 0.03, 0.47. Web safe color of #388682 is #339999. Color #388682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000110 10000010
Octal 70 206 202
Decimal 56 134 130
Hex 38 86 82

RGB Percentages of Color #388682

%17.50
%41.88
%40.63

CMYK Percentages of Color #388682

%58
%0
%3
%47

Triadic Colors of #388682

#388682 #823886 #868238

Analogous Colors of #388682

#388682 #386386 #38865b

Monochromatic Colors of #388682

#388682

Complementary Color

#388682 #86383c

#388682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388682 Color CSS Codes

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

#388682 Text Font Color

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

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


#388682 Background Color

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

This div background color is #388682


#388682 Border Color

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

This div border color is #388682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388682

#388682 Color Palettes


Comments

No comments written yet.

Please login to write comment.