Color Hex Logo

#469889 Color Hex

#469889
(70,152,137)
0 Favorites   0 Comments

Color spaces of #469889

RGB 70152137
HSL0.470.370.44
HSV169°54°60°
CMYK 0.540.000.10   0.40
XYZ18.269425.564727.6385
Yxy25.56470.25560.3577
Hunter Lab50.5615-23.98532.9833
CIE-Lab57.6215-28.77700.3003

#469889 color RGB value is (70,152,137).

#469889 hex color red value is 70, green value is 152 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #469889 hue: 0.47 , saturation: 0.37 and the lightness value of 469889 is 0.44.

The process color (four color CMYK) of #469889 color hex is 0.54, 0.00, 0.10, 0.40. Web safe color of #469889 is #339999. Color #469889 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011000 10001001
Octal 106 230 211
Decimal 70 152 137
Hex 46 98 89

RGB Percentages of Color #469889

%19.50
%42.34
%38.16

CMYK Percentages of Color #469889

%54
%0
%10
%40

Triadic Colors of #469889

#469889 #894698 #988946

Analogous Colors of #469889

#469889 #467e98 #469860

Monochromatic Colors of #469889

#469889

Complementary Color

#469889 #984655

#469889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469889 Color CSS Codes

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

#469889 Text Font Color

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

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


#469889 Background Color

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

This div background color is #469889


#469889 Border Color

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

This div border color is #469889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469889


Comments

No comments written yet.

Please login to write comment.