Color Hex Logo

#385e6e Color Hex

#385E6E
(56,94,110)
0 Favorites   0 Comments

Color spaces of #385e6e

RGB 5694110
HSL0.550.330.33
HSV198°49°43°
CMYK 0.490.150.00   0.57
XYZ8.44819.971916.2314
Yxy9.97190.24380.2878
Hunter Lab31.5783-7.5082-8.3705
CIE-Lab37.7920-8.7221-13.3015

#385e6e color RGB value is (56,94,110).

#385e6e hex color red value is 56, green value is 94 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #385e6e hue: 0.55 , saturation: 0.33 and the lightness value of 385e6e is 0.33.

The process color (four color CMYK) of #385e6e color hex is 0.49, 0.15, 0.00, 0.57. Web safe color of #385e6e is #336666. Color #385e6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011110 01101110
Octal 70 136 156
Decimal 56 94 110
Hex 38 5E 6E

RGB Percentages of Color #385e6e

%21.54
%36.15
%42.31

CMYK Percentages of Color #385e6e

%49
%15
%0
%57

Triadic Colors of #385e6e

#385e6e #6e385e #5e6e38

Analogous Colors of #385e6e

#385e6e #38436e #386e63

Monochromatic Colors of #385e6e

#385e6e

Complementary Color

#385e6e #6e4838

#385e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#385e6e Color CSS Codes

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

#385e6e Text Font Color

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

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


#385e6e Background Color

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

This div background color is #385e6e


#385e6e Border Color

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

This div border color is #385e6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,94,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385e6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385e6e;
  -webkit-box-shadow: 1px 1px 3px 2px #385e6e;
  box-shadow:         1px 1px 3px 2px #385e6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385e6e


Comments

No comments written yet.

Please login to write comment.