Color Hex Logo

#428aae Color Hex

#428AAE
(66,138,174)
0 Favorites   0 Comments

Color spaces of #428aae

RGB 66138174
HSL0.560.450.47
HSV200°62°68°
CMYK 0.620.210.00   0.32
XYZ18.975222.391243.3662
Yxy22.39120.22390.2643
Hunter Lab47.3193-11.2298-21.2133
CIE-Lab54.4396-11.3928-25.7024

#428aae color RGB value is (66,138,174).

#428aae hex color red value is 66, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #428aae hue: 0.56 , saturation: 0.45 and the lightness value of 428aae is 0.47.

The process color (four color CMYK) of #428aae color hex is 0.62, 0.21, 0.00, 0.32. Web safe color of #428aae is #339999. Color #428aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 10101110
Octal 102 212 256
Decimal 66 138 174
Hex 42 8A AE

RGB Percentages of Color #428aae

%17.46
%36.51
%46.03

CMYK Percentages of Color #428aae

%62
%21
%0
%32

Triadic Colors of #428aae

#428aae #ae428a #8aae42

Analogous Colors of #428aae

#428aae #4254ae #42ae9c

Monochromatic Colors of #428aae

#428aae

Complementary Color

#428aae #ae6642

#428aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#428aae Color CSS Codes

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

#428aae Text Font Color

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

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


#428aae Background Color

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

This div background color is #428aae


#428aae Border Color

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

This div border color is #428aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,138,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428aae;
  -webkit-box-shadow: 1px 1px 3px 2px #428aae;
  box-shadow:         1px 1px 3px 2px #428aae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,138,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 #428aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428aae


Comments

No comments written yet.

Please login to write comment.