Color Hex Logo

#388496 Color Hex

#388496
(56,132,150)
0 Favorites   0 Comments

Color spaces of #388496

RGB 56132150
HSL0.530.460.40
HSV191°63°59°
CMYK 0.630.120.00   0.41
XYZ15.387219.545331.8158
Yxy19.54530.23050.2928
Hunter Lab44.2101-15.2412-11.7210
CIE-Lab51.3192-17.6622-16.6488

#388496 color RGB value is (56,132,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000100 10010110
Octal 70 204 226
Decimal 56 132 150
Hex 38 84 96

RGB Percentages of Color #388496

%16.57
%39.05
%44.38

CMYK Percentages of Color #388496

%63
%12
%0
%41

Triadic Colors of #388496

#388496 #963884 #849638

Analogous Colors of #388496

#388496 #385596 #389679

Monochromatic Colors of #388496

#388496

Complementary Color

#388496 #964a38

#388496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388496 Color CSS Codes

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

#388496 Text Font Color

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

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


#388496 Background Color

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

This div background color is #388496


#388496 Border Color

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

This div border color is #388496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388496


Comments

No comments written yet.

Please login to write comment.