Color Hex Logo

#389794 Color Hex

#389794
(56,151,148)
0 Favorites   0 Comments

Color spaces of #389794

RGB 56151148
HSL0.490.460.41
HSV178°63°59°
CMYK 0.630.000.02   0.41
XYZ18.042825.112131.9131
Yxy25.11210.24040.3345
Hunter Lab50.1120-23.4271-2.6796
CIE-Lab57.1845-28.0911-6.6713

#389794 color RGB value is (56,151,148).

#389794 hex color red value is 56, green value is 151 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #389794 hue: 0.49 , saturation: 0.46 and the lightness value of 389794 is 0.41.

The process color (four color CMYK) of #389794 color hex is 0.63, 0.00, 0.02, 0.41. Web safe color of #389794 is #339999. Color #389794 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10010111 10010100
Octal 70 227 224
Decimal 56 151 148
Hex 38 97 94

RGB Percentages of Color #389794

%15.77
%42.54
%41.69

CMYK Percentages of Color #389794

%63
%0
%2
%41

Triadic Colors of #389794

#389794 #943897 #979438

Analogous Colors of #389794

#389794 #386b97 #389765

Monochromatic Colors of #389794

#389794

Complementary Color

#389794 #97383b

#389794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389794 Color CSS Codes

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

#389794 Text Font Color

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

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


#389794 Background Color

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

This div background color is #389794


#389794 Border Color

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

This div border color is #389794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389794


Comments

No comments written yet.

Please login to write comment.