Color Hex Logo

#4aaade Color Hex

#4AAADE
(74,170,222)
0 Favorites   0 Comments

Color spaces of #4aaade

RGB 74170222
HSL0.560.690.58
HSV201°67°87°
CMYK 0.670.230.00   0.13
XYZ30.383635.479274.3540
Yxy35.47920.21670.2530
Hunter Lab59.5644-13.1855-32.3164
CIE-Lab66.1201-12.0885-34.5348

#4aaade color RGB value is (74,170,222).

#4aaade hex color red value is 74, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4aaade hue: 0.56 , saturation: 0.69 and the lightness value of 4aaade is 0.58.

The process color (four color CMYK) of #4aaade color hex is 0.67, 0.23, 0.00, 0.13. Web safe color of #4aaade is #3399cc. Color #4aaade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101010 11011110
Octal 112 252 336
Decimal 74 170 222
Hex 4A AA DE

RGB Percentages of Color #4aaade

%15.88
%36.48
%47.64

CMYK Percentages of Color #4aaade

%67
%23
%0
%13

Triadic Colors of #4aaade

#4aaade #de4aaa #aade4a

Analogous Colors of #4aaade

#4aaade #4a60de #4adec8

Monochromatic Colors of #4aaade

#4aaade

Complementary Color

#4aaade #de7e4a

#4aaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaade Color CSS Codes

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

#4aaade Text Font Color

<p style="color:#4aaade">Text here</p>

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


#4aaade Background Color

<div style="background-color:#4aaade">
Div content here</div>

This div background color is #4aaade


#4aaade Border Color

<div style="border:3px solid #4aaade">
Div here</div>

This div border color is #4aaade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,170,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aaade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aaade;
  -webkit-box-shadow: 1px 1px 3px 2px #4aaade;
  box-shadow:         1px 1px 3px 2px #4aaade; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaade


Comments

No comments written yet.

Please login to write comment.