Color Hex Logo

#4aadfb Color Hex

#4AADFB
(74,173,251)
0 Favorites   0 Comments

Color spaces of #4aadfb

RGB 74173251
HSL0.570.960.64
HSV206°71°98°
CMYK 0.710.310.00   0.02
XYZ35.180238.308096.8068
Yxy38.30800.20660.2250
Hunter Lab61.8935-6.8543-49.4093
CIE-Lab68.2470-4.1374-47.0610

#4aadfb color RGB value is (74,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11111011
Octal 112 255 373
Decimal 74 173 251
Hex 4A AD FB

RGB Percentages of Color #4aadfb

%14.86
%34.74
%50.40

CMYK Percentages of Color #4aadfb

%71
%31
%0
%2

Triadic Colors of #4aadfb

#4aadfb #fb4aad #adfb4a

Analogous Colors of #4aadfb

#4aadfb #4a54fb #4afbf1

Monochromatic Colors of #4aadfb

#4aadfb

Complementary Color

#4aadfb #fb984a

#4aadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadfb Color CSS Codes

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

#4aadfb Text Font Color

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

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


#4aadfb Background Color

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

This div background color is #4aadfb


#4aadfb Border Color

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

This div border color is #4aadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadfb


Comments

No comments written yet.

Please login to write comment.