Color Hex Logo

#469675 Color Hex

#469675
(70,150,117)
0 Favorites   0 Comments

Color spaces of #469675

RGB 70150117
HSL0.430.360.43
HSV155°53°59°
CMYK 0.530.000.22   0.41
XYZ16.643024.399120.6619
Yxy24.39910.26970.3954
Hunter Lab49.3954-26.29939.7761
CIE-Lab56.4852-32.709110.0445

#469675 color RGB value is (70,150,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10010110 01110101
Octal 106 226 165
Decimal 70 150 117
Hex 46 96 75

RGB Percentages of Color #469675

%20.77
%44.51
%34.72

CMYK Percentages of Color #469675

%53
%0
%22
%41

Triadic Colors of #469675

#469675 #754696 #967546

Analogous Colors of #469675

#469675 #468f96 #46964d

Monochromatic Colors of #469675

#469675

Complementary Color

#469675 #964667

#469675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469675 Color CSS Codes

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

#469675 Text Font Color

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

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


#469675 Background Color

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

This div background color is #469675


#469675 Border Color

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

This div border color is #469675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469675

#469675 Color Palettes


Comments

No comments written yet.

Please login to write comment.