Color Hex Logo

#4aacdb Color Hex

#4AACDB
(74,172,219)
0 Favorites   0 Comments

Color spaces of #4aacdb

RGB 74172219
HSL0.550.670.57
HSV199°66°86°
CMYK 0.660.210.00   0.14
XYZ30.362736.075472.3808
Yxy36.07540.21870.2599
Hunter Lab60.0628-14.8753-29.4055
CIE-Lab66.5775-14.1386-32.1742

#4aacdb color RGB value is (74,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11011011
Octal 112 254 333
Decimal 74 172 219
Hex 4A AC DB

RGB Percentages of Color #4aacdb

%15.91
%36.99
%47.10

CMYK Percentages of Color #4aacdb

%66
%21
%0
%14

Triadic Colors of #4aacdb

#4aacdb #db4aac #acdb4a

Analogous Colors of #4aacdb

#4aacdb #4a63db #4adbc2

Monochromatic Colors of #4aacdb

#4aacdb

Complementary Color

#4aacdb #db794a

#4aacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacdb Color CSS Codes

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

#4aacdb Text Font Color

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

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


#4aacdb Background Color

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

This div background color is #4aacdb


#4aacdb Border Color

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

This div border color is #4aacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacdb


Comments

No comments written yet.

Please login to write comment.