Color Hex Logo

#4aacd2 Color Hex

#4AACD2
(74,172,210)
0 Favorites   0 Comments

Color spaces of #4aacd2

RGB 74172210
HSL0.550.600.56
HSV197°65°82°
CMYK 0.650.180.00   0.18
XYZ29.209435.614066.3075
Yxy35.61400.22270.2716
Hunter Lab59.6775-17.0680-24.1028
CIE-Lab66.2239-16.9982-27.7585

#4aacd2 color RGB value is (74,172,210).

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

The process color (four color CMYK) of #4aacd2 color hex is 0.65, 0.18, 0.00, 0.18. Web safe color of #4aacd2 is #3399cc. Color #4aacd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11010010
Octal 112 254 322
Decimal 74 172 210
Hex 4A AC D2

RGB Percentages of Color #4aacd2

%16.23
%37.72
%46.05

CMYK Percentages of Color #4aacd2

%65
%18
%0
%18

Triadic Colors of #4aacd2

#4aacd2 #d24aac #acd24a

Analogous Colors of #4aacd2

#4aacd2 #4a68d2 #4ad2b4

Monochromatic Colors of #4aacd2

#4aacd2

Complementary Color

#4aacd2 #d2704a

#4aacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacd2 Color CSS Codes

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

#4aacd2 Text Font Color

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

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


#4aacd2 Background Color

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

This div background color is #4aacd2


#4aacd2 Border Color

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

This div border color is #4aacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacd2


Comments

No comments written yet.

Please login to write comment.