Color Hex Logo

#4aaffd Color Hex

#4AAFFD
(74,175,253)
0 Favorites   0 Comments

Color spaces of #4aaffd

RGB 74175253
HSL0.570.980.64
HSV206°71°99°
CMYK 0.710.310.00   0.01
XYZ35.883639.207698.6051
Yxy39.20760.20660.2257
Hunter Lab62.6160-7.2842-49.5363
CIE-Lab68.9014-4.5811-47.1163

#4aaffd color RGB value is (74,175,253).

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

The process color (four color CMYK) of #4aaffd color hex is 0.71, 0.31, 0.00, 0.01. Web safe color of #4aaffd is #3399ff. Color #4aaffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11111101
Octal 112 257 375
Decimal 74 175 253
Hex 4A AF FD

RGB Percentages of Color #4aaffd

%14.74
%34.86
%50.40

CMYK Percentages of Color #4aaffd

%71
%31
%0
%1

Triadic Colors of #4aaffd

#4aaffd #fd4aaf #affd4a

Analogous Colors of #4aaffd

#4aaffd #4a56fd #4afdf2

Monochromatic Colors of #4aaffd

#4aaffd

Complementary Color

#4aaffd #fd984a

#4aaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaffd Color CSS Codes

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

#4aaffd Text Font Color

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

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


#4aaffd Background Color

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

This div background color is #4aaffd


#4aaffd Border Color

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

This div border color is #4aaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaffd


Comments

No comments written yet.

Please login to write comment.