Color Hex Logo

#4aacdc Color Hex

#4AACDC
(74,172,220)
0 Favorites   0 Comments

Color spaces of #4aacdc

RGB 74172220
HSL0.550.680.58
HSV200°66°86°
CMYK 0.660.220.00   0.14
XYZ30.494836.128273.0763
Yxy36.12820.21830.2586
Hunter Lab60.1067-14.6259-30.0086
CIE-Lab66.6178-13.8172-32.6620

#4aacdc color RGB value is (74,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11011100
Octal 112 254 334
Decimal 74 172 220
Hex 4A AC DC

RGB Percentages of Color #4aacdc

%15.88
%36.91
%47.21

CMYK Percentages of Color #4aacdc

%66
%22
%0
%14

Triadic Colors of #4aacdc

#4aacdc #dc4aac #acdc4a

Analogous Colors of #4aacdc

#4aacdc #4a63dc #4adcc3

Monochromatic Colors of #4aacdc

#4aacdc

Complementary Color

#4aacdc #dc7a4a

#4aacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacdc Color CSS Codes

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

#4aacdc Text Font Color

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

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


#4aacdc Background Color

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

This div background color is #4aacdc


#4aacdc Border Color

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

This div border color is #4aacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacdc


Comments

No comments written yet.

Please login to write comment.