Color Hex Logo

#469cae Color Hex

#469CAE
(70,156,174)
0 Favorites   0 Comments

Color spaces of #469cae

RGB 70156174
HSL0.530.430.48
HSV190°60°68°
CMYK 0.600.100.00   0.32
XYZ22.054228.135044.3126
Yxy28.13500.23340.2977
Hunter Lab53.0424-18.6068-12.4022
CIE-Lab60.0105-20.3845-17.1602

#469cae color RGB value is (70,156,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 10101110
Octal 106 234 256
Decimal 70 156 174
Hex 46 9C AE

RGB Percentages of Color #469cae

%17.50
%39.00
%43.50

CMYK Percentages of Color #469cae

%60
%10
%0
%32

Triadic Colors of #469cae

#469cae #ae469c #9cae46

Analogous Colors of #469cae

#469cae #4668ae #46ae8c

Monochromatic Colors of #469cae

#469cae

Complementary Color

#469cae #ae5846

#469cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cae Color CSS Codes

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

#469cae Text Font Color

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

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


#469cae Background Color

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

This div background color is #469cae


#469cae Border Color

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

This div border color is #469cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,156,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 #469cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cae


Comments

No comments written yet.

Please login to write comment.