color codes Logo

#4aaddc color codes

#4AADDC
(74,173,220)
0 Favorites   0 Comments

Color spaces of #4aaddc

RGB 74173220
HSL0.550.680.58
HSV199°66°86°
CMYK 0.660.210.00   0.14
XYZ30.685936.510373.1400
Yxy36.51030.21870.2602
Hunter Lab60.4238-15.0912-29.4710
CIE-Lab66.9080-14.3547-32.2125

#4aaddc color RGB value is (74,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11011100
Octal 112 255 334
Decimal 74 173 220
Hex 4A AD DC

RGB Percentages of Color #4aaddc

%15.85
%37.04
%47.11

CMYK Percentages of Color #4aaddc

%66
%21
%0
%14

Triadic Colors of #4aaddc

#4aaddc #dc4aad #addc4a

Analogous Colors of #4aaddc

#4aaddc #4a64dc #4adcc2

Monochromatic Colors of #4aaddc

#4aaddc

Complementary Color

#4aaddc #dc794a

#4aaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaddc Color CSS Codes

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

#4aaddc Text Font Color

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

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


#4aaddc Background Color

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

This div background color is #4aaddc


#4aaddc Border Color

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

This div border color is #4aaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaddc


Comments

No comments written yet.

Please login to write comment.