Color Hex Logo

#4aafda Color Hex

#4AAFDA
(74,175,218)
0 Favorites   0 Comments

Color spaces of #4aafda

RGB 74175218
HSL0.550.660.57
HSV198°66°85°
CMYK 0.660.200.00   0.15
XYZ30.808937.177771.8819
Yxy37.17770.22030.2658
Hunter Lab60.9735-16.5106-27.2157
CIE-Lab67.4101-16.0614-30.3366

#4aafda color RGB value is (74,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11011010
Octal 112 257 332
Decimal 74 175 218
Hex 4A AF DA

RGB Percentages of Color #4aafda

%15.85
%37.47
%46.68

CMYK Percentages of Color #4aafda

%66
%20
%0
%15

Triadic Colors of #4aafda

#4aafda #da4aaf #afda4a

Analogous Colors of #4aafda

#4aafda #4a67da #4adabd

Monochromatic Colors of #4aafda

#4aafda

Complementary Color

#4aafda #da754a

#4aafda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafda Color CSS Codes

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

#4aafda Text Font Color

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

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


#4aafda Background Color

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

This div background color is #4aafda


#4aafda Border Color

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

This div border color is #4aafda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafda


Comments

No comments written yet.

Please login to write comment.