Color Hex Logo

#388396 Color Hex

#388396
(56,131,150)
0 Favorites   0 Comments

Color spaces of #388396

RGB 56131150
HSL0.530.460.40
HSV192°63°59°
CMYK 0.630.130.00   0.41
XYZ15.252219.275431.7708
Yxy19.27540.23010.2907
Hunter Lab43.9038-14.8205-12.1724
CIE-Lab51.0079-17.1197-17.1229

#388396 color RGB value is (56,131,150).

#388396 hex color red value is 56, green value is 131 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #388396 hue: 0.53 , saturation: 0.46 and the lightness value of 388396 is 0.40.

The process color (four color CMYK) of #388396 color hex is 0.63, 0.13, 0.00, 0.41. Web safe color of #388396 is #339999. Color #388396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 10010110
Octal 70 203 226
Decimal 56 131 150
Hex 38 83 96

RGB Percentages of Color #388396

%16.62
%38.87
%44.51

CMYK Percentages of Color #388396

%63
%13
%0
%41

Triadic Colors of #388396

#388396 #963883 #839638

Analogous Colors of #388396

#388396 #385496 #38967a

Monochromatic Colors of #388396

#388396

Complementary Color

#388396 #964b38

#388396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388396 Color CSS Codes

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

#388396 Text Font Color

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

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


#388396 Background Color

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

This div background color is #388396


#388396 Border Color

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

This div border color is #388396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388396


Comments

No comments written yet.

Please login to write comment.