Color Hex Logo

#395e66 Color Hex

#395E66
(57,94,102)
0 Favorites   0 Comments

Color spaces of #395e66

RGB 5794102
HSL0.530.280.31
HSV191°44°40°
CMYK 0.440.080.00   0.60
XYZ8.08839.834614.0423
Yxy9.83460.25300.3077
Hunter Lab31.3602-8.8422-4.5965
CIE-Lab37.5439-10.8669-8.7297

#395e66 color RGB value is (57,94,102).

#395e66 hex color red value is 57, green value is 94 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #395e66 hue: 0.53 , saturation: 0.28 and the lightness value of 395e66 is 0.31.

The process color (four color CMYK) of #395e66 color hex is 0.44, 0.08, 0.00, 0.60. Web safe color of #395e66 is #336666. Color #395e66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011110 01100110
Octal 71 136 146
Decimal 57 94 102
Hex 39 5E 66

RGB Percentages of Color #395e66

%22.53
%37.15
%40.32

CMYK Percentages of Color #395e66

%44
%8
%0
%60

Triadic Colors of #395e66

#395e66 #66395e #5e6639

Analogous Colors of #395e66

#395e66 #394866 #396658

Monochromatic Colors of #395e66

#395e66

Complementary Color

#395e66 #664139

#395e66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395e66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#395e66 Color CSS Codes

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

#395e66 Text Font Color

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

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


#395e66 Background Color

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

This div background color is #395e66


#395e66 Border Color

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

This div border color is #395e66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,94,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #395e66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #395e66;
  -webkit-box-shadow: 1px 1px 3px 2px #395e66;
  box-shadow:         1px 1px 3px 2px #395e66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395e66


Comments

No comments written yet.

Please login to write comment.