Color Hex Logo

#4aabdb Color Hex

#4AABDB
(74,171,219)
0 Favorites   0 Comments

Color spaces of #4aabdb

RGB 74171219
HSL0.560.670.57
HSV200°66°86°
CMYK 0.660.220.00   0.14
XYZ30.173135.696172.3176
Yxy35.69610.21840.2583
Hunter Lab59.7462-14.4096-29.9430
CIE-Lab66.2871-13.5997-32.6241

#4aabdb color RGB value is (74,171,219).

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

The process color (four color CMYK) of #4aabdb color hex is 0.66, 0.22, 0.00, 0.14. Web safe color of #4aabdb is #3399cc. Color #4aabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11011011
Octal 112 253 333
Decimal 74 171 219
Hex 4A AB DB

RGB Percentages of Color #4aabdb

%15.95
%36.85
%47.20

CMYK Percentages of Color #4aabdb

%66
%22
%0
%14

Triadic Colors of #4aabdb

#4aabdb #db4aab #abdb4a

Analogous Colors of #4aabdb

#4aabdb #4a62db #4adbc3

Monochromatic Colors of #4aabdb

#4aabdb

Complementary Color

#4aabdb #db7a4a

#4aabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabdb Color CSS Codes

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

#4aabdb Text Font Color

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

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


#4aabdb Background Color

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

This div background color is #4aabdb


#4aabdb Border Color

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

This div border color is #4aabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabdb


Comments

No comments written yet.

Please login to write comment.