Color Hex Logo

#468dae Color Hex

#468DAE
(70,141,174)
0 Favorites   0 Comments

Color spaces of #468dae

RGB 70141174
HSL0.550.430.48
HSV199°60°68°
CMYK 0.600.190.00   0.32
XYZ19.690623.407843.5248
Yxy23.40780.22730.2702
Hunter Lab48.3816-12.0210-19.4710
CIE-Lab55.4899-12.2926-24.0707

#468dae color RGB value is (70,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001101 10101110
Octal 106 215 256
Decimal 70 141 174
Hex 46 8D AE

RGB Percentages of Color #468dae

%18.18
%36.62
%45.19

CMYK Percentages of Color #468dae

%60
%19
%0
%32

Triadic Colors of #468dae

#468dae #ae468d #8dae46

Analogous Colors of #468dae

#468dae #4659ae #46ae9b

Monochromatic Colors of #468dae

#468dae

Complementary Color

#468dae #ae6746

#468dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#468dae Color CSS Codes

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

#468dae Text Font Color

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

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


#468dae Background Color

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

This div background color is #468dae


#468dae Border Color

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

This div border color is #468dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468dae


Comments

No comments written yet.

Please login to write comment.