Color Hex Logo

#469dae Color Hex

#469DAE
(70,157,174)
0 Favorites   0 Comments

Color spaces of #469dae

RGB 70157174
HSL0.530.430.48
HSV190°60°68°
CMYK 0.600.100.00   0.32
XYZ22.222728.472044.3688
Yxy28.47200.23380.2995
Hunter Lab53.3592-19.0379-11.9490
CIE-Lab60.3128-20.9069-16.7017

#469dae color RGB value is (70,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 10101110
Octal 106 235 256
Decimal 70 157 174
Hex 46 9D AE

RGB Percentages of Color #469dae

%17.46
%39.15
%43.39

CMYK Percentages of Color #469dae

%60
%10
%0
%32

Triadic Colors of #469dae

#469dae #ae469d #9dae46

Analogous Colors of #469dae

#469dae #4669ae #46ae8b

Monochromatic Colors of #469dae

#469dae

Complementary Color

#469dae #ae5746

#469dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dae Color CSS Codes

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

#469dae Text Font Color

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

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


#469dae Background Color

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

This div background color is #469dae


#469dae Border Color

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

This div border color is #469dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dae


Comments

No comments written yet.

Please login to write comment.