Color Hex Logo

#388286 Color Hex

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

Color spaces of #388286

RGB 56130134
HSL0.510.410.37
HSV183°58°53°
CMYK 0.580.030.00   0.47
XYZ13.916618.527225.3969
Yxy18.52720.24060.3203
Hunter Lab43.0432-17.6136-4.8528
CIE-Lab50.1294-21.5076-9.0967

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

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

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

Base Numbers

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

RGB Percentages of Color #388286

%17.50
%40.63
%41.88

CMYK Percentages of Color #388286

%58
%3
%0
%47

Triadic Colors of #388286

#388286 #863882 #828638

Analogous Colors of #388286

#388286 #385b86 #388663

Monochromatic Colors of #388286

#388286

Complementary Color

#388286 #863c38

#388286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388286 Color CSS Codes

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

#388286 Text Font Color

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

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


#388286 Background Color

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

This div background color is #388286


#388286 Border Color

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

This div border color is #388286


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,130,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 #388286">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388286


Comments

No comments written yet.

Please login to write comment.