Color Hex Logo

#389880 Color Hex

#389880
(56,152,128)
0 Favorites   0 Comments

Color spaces of #389880

RGB 56152128
HSL0.460.460.41
HSV165°63°60°
CMYK 0.630.000.16   0.40
XYZ16.755424.855724.3366
Yxy24.85570.25410.3769
Hunter Lab49.8555-27.25695.9569
CIE-Lab56.9346-34.01784.3740

#389880 color RGB value is (56,152,128).

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

The process color (four color CMYK) of #389880 color hex is 0.63, 0.00, 0.16, 0.40. Web safe color of #389880 is #339999. Color #389880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10011000 10000000
Octal 70 230 200
Decimal 56 152 128
Hex 38 98 80

RGB Percentages of Color #389880

%16.67
%45.24
%38.10

CMYK Percentages of Color #389880

%63
%0
%16
%40

Triadic Colors of #389880

#389880 #803898 #988038

Analogous Colors of #389880

#389880 #388098 #389850

Monochromatic Colors of #389880

#389880

Complementary Color

#389880 #983850

#389880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#389880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#389880 Color CSS Codes

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

#389880 Text Font Color

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

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


#389880 Background Color

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

This div background color is #389880


#389880 Border Color

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

This div border color is #389880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #389880


Comments

No comments written yet.

Please login to write comment.