Color Hex Logo

#469cad Color Hex

#469CAD
(70,156,173)
0 Favorites   0 Comments

Color spaces of #469cad

RGB 70156173
HSL0.530.420.48
HSV190°60°68°
CMYK 0.600.100.00   0.32
XYZ21.957128.096243.8010
Yxy28.09620.23390.2994
Hunter Lab53.0058-18.8185-11.8898
CIE-Lab59.9755-20.6854-16.6479

#469cad color RGB value is (70,156,173).

#469cad hex color red value is 70, green value is 156 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #469cad hue: 0.53 , saturation: 0.42 and the lightness value of 469cad is 0.48.

The process color (four color CMYK) of #469cad color hex is 0.60, 0.10, 0.00, 0.32. Web safe color of #469cad is #339999. Color #469cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 10101101
Octal 106 234 255
Decimal 70 156 173
Hex 46 9C AD

RGB Percentages of Color #469cad

%17.54
%39.10
%43.36

CMYK Percentages of Color #469cad

%60
%10
%0
%32

Triadic Colors of #469cad

#469cad #ad469c #9cad46

Analogous Colors of #469cad

#469cad #4669ad #46ad8b

Monochromatic Colors of #469cad

#469cad

Complementary Color

#469cad #ad5746

#469cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cad Color CSS Codes

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

#469cad Text Font Color

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

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


#469cad Background Color

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

This div background color is #469cad


#469cad Border Color

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

This div border color is #469cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,156,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469cad;
  -webkit-box-shadow: 1px 1px 3px 2px #469cad;
  box-shadow:         1px 1px 3px 2px #469cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cad


Comments

No comments written yet.

Please login to write comment.