Color Hex Logo

#4aafd2 Color Hex

#4AAFD2
(74,175,210)
0 Favorites   0 Comments

Color spaces of #4aafd2

RGB 74175210
HSL0.540.600.56
HSV195°65°82°
CMYK 0.650.170.00   0.18
XYZ29.786936.768966.4999
Yxy36.76890.22390.2763
Hunter Lab60.6374-18.4308-22.5761
CIE-Lab67.1033-18.5794-26.4061

#4aafd2 color RGB value is (74,175,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11010010
Octal 112 257 322
Decimal 74 175 210
Hex 4A AF D2

RGB Percentages of Color #4aafd2

%16.12
%38.13
%45.75

CMYK Percentages of Color #4aafd2

%65
%17
%0
%18

Triadic Colors of #4aafd2

#4aafd2 #d24aaf #afd24a

Analogous Colors of #4aafd2

#4aafd2 #4a6bd2 #4ad2b1

Monochromatic Colors of #4aafd2

#4aafd2

Complementary Color

#4aafd2 #d26d4a

#4aafd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafd2 Color CSS Codes

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

#4aafd2 Text Font Color

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

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


#4aafd2 Background Color

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

This div background color is #4aafd2


#4aafd2 Border Color

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

This div border color is #4aafd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafd2


Comments

No comments written yet.

Please login to write comment.