Color Hex Logo

#44aade Color Hex

#44AADE
(68,170,222)
0 Favorites   0 Comments

Color spaces of #44aade

RGB 68170222
HSL0.560.700.57
HSV200°69°87°
CMYK 0.690.230.00   0.13
XYZ29.943435.252374.3334
Yxy35.25230.21460.2527
Hunter Lab59.3736-13.8825-32.6671
CIE-Lab65.9446-12.9914-34.8210

#44aade color RGB value is (68,170,222).

#44aade hex color red value is 68, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #44aade hue: 0.56 , saturation: 0.70 and the lightness value of 44aade is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10101010 11011110
Octal 104 252 336
Decimal 68 170 222
Hex 44 AA DE

RGB Percentages of Color #44aade

%14.78
%36.96
%48.26

CMYK Percentages of Color #44aade

%69
%23
%0
%13

Triadic Colors of #44aade

#44aade #de44aa #aade44

Analogous Colors of #44aade

#44aade #445dde #44dec5

Monochromatic Colors of #44aade

#44aade

Complementary Color

#44aade #de7844

#44aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#44aade Color CSS Codes

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

#44aade Text Font Color

<p style="color:#44aade">Text here</p>

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


#44aade Background Color

<div style="background-color:#44aade">
Div content here</div>

This div background color is #44aade


#44aade Border Color

<div style="border:3px solid #44aade">
Div here</div>

This div border color is #44aade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #44aade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44aade


Comments

No comments written yet.

Please login to write comment.