Color Hex Logo

#469677 Color Hex

#469677
(70,150,119)
0 Favorites   0 Comments

Color spaces of #469677

RGB 70150119
HSL0.440.360.43
HSV157°53°59°
CMYK 0.530.000.21   0.41
XYZ16.761924.446721.2880
Yxy24.44670.26820.3912
Hunter Lab49.4436-26.01299.0831
CIE-Lab56.5323-32.24768.9763

#469677 color RGB value is (70,150,119).

#469677 hex color red value is 70, green value is 150 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #469677 hue: 0.44 , saturation: 0.36 and the lightness value of 469677 is 0.43.

The process color (four color CMYK) of #469677 color hex is 0.53, 0.00, 0.21, 0.41. Web safe color of #469677 is #339966. Color #469677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 01110111
Octal 106 226 167
Decimal 70 150 119
Hex 46 96 77

RGB Percentages of Color #469677

%20.65
%44.25
%35.10

CMYK Percentages of Color #469677

%53
%0
%21
%41

Triadic Colors of #469677

#469677 #774696 #967746

Analogous Colors of #469677

#469677 #468d96 #46964f

Monochromatic Colors of #469677

#469677

Complementary Color

#469677 #964665

#469677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469677 Color CSS Codes

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

#469677 Text Font Color

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

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


#469677 Background Color

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

This div background color is #469677


#469677 Border Color

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

This div border color is #469677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469677


Comments

No comments written yet.

Please login to write comment.