Color Hex Logo

#4aaedb Color Hex

#4AAEDB
(74,174,219)
0 Favorites   0 Comments

Color spaces of #4aaedb

RGB 74174219
HSL0.550.670.57
HSV199°66°86°
CMYK 0.660.210.00   0.14
XYZ30.746336.842472.5086
Yxy36.84240.21950.2630
Hunter Lab60.6979-15.8029-28.3381
CIE-Lab67.1586-15.2100-31.2749

#4aaedb color RGB value is (74,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 11011011
Octal 112 256 333
Decimal 74 174 219
Hex 4A AE DB

RGB Percentages of Color #4aaedb

%15.85
%37.26
%46.90

CMYK Percentages of Color #4aaedb

%66
%21
%0
%14

Triadic Colors of #4aaedb

#4aaedb #db4aae #aedb4a

Analogous Colors of #4aaedb

#4aaedb #4a66db #4adbc0

Monochromatic Colors of #4aaedb

#4aaedb

Complementary Color

#4aaedb #db774a

#4aaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaedb Color CSS Codes

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

#4aaedb Text Font Color

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

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


#4aaedb Background Color

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

This div background color is #4aaedb


#4aaedb Border Color

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

This div border color is #4aaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaedb


Comments

No comments written yet.

Please login to write comment.