Color Hex Logo

#4aaefd Color Hex

#4AAEFD
(74,174,253)
0 Favorites   0 Comments

Color spaces of #4aaefd

RGB 74174253
HSL0.570.980.64
HSV206°71°99°
CMYK 0.710.310.00   0.01
XYZ35.689738.819898.5404
Yxy38.81980.20620.2243
Hunter Lab62.3055-6.7868-50.1572
CIE-Lab68.6205-4.0226-47.5582

#4aaefd color RGB value is (74,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 11111101
Octal 112 256 375
Decimal 74 174 253
Hex 4A AE FD

RGB Percentages of Color #4aaefd

%14.77
%34.73
%50.50

CMYK Percentages of Color #4aaefd

%71
%31
%0
%1

Triadic Colors of #4aaefd

#4aaefd #fd4aae #aefd4a

Analogous Colors of #4aaefd

#4aaefd #4a55fd #4afdf3

Monochromatic Colors of #4aaefd

#4aaefd

Complementary Color

#4aaefd #fd994a

#4aaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaefd Color CSS Codes

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

#4aaefd Text Font Color

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

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


#4aaefd Background Color

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

This div background color is #4aaefd


#4aaefd Border Color

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

This div border color is #4aaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaefd

Related Colors


Comments

No comments written yet.

Please login to write comment.