Color Hex Logo

#4aabde Color Hex

#4AABDE
(74,171,222)
0 Favorites   0 Comments

Color spaces of #4aabde

RGB 74171222
HSL0.560.690.58
HSV201°67°87°
CMYK 0.670.230.00   0.13
XYZ30.571835.855674.4168
Yxy35.85560.21710.2546
Hunter Lab59.8795-13.6551-31.7684
CIE-Lab66.4094-12.6314-34.0854

#4aabde color RGB value is (74,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11011110
Octal 112 253 336
Decimal 74 171 222
Hex 4A AB DE

RGB Percentages of Color #4aabde

%15.85
%36.62
%47.54

CMYK Percentages of Color #4aabde

%67
%23
%0
%13

Triadic Colors of #4aabde

#4aabde #de4aab #abde4a

Analogous Colors of #4aabde

#4aabde #4a61de #4adec7

Monochromatic Colors of #4aabde

#4aabde

Complementary Color

#4aabde #de7d4a

#4aabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabde Color CSS Codes

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

#4aabde Text Font Color

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

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


#4aabde Background Color

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

This div background color is #4aabde


#4aabde Border Color

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

This div border color is #4aabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabde


Comments

No comments written yet.

Please login to write comment.