Color Hex Logo

#4aadef Color Hex

#4AADEF
(74,173,239)
0 Favorites   0 Comments

Color spaces of #4aadef

RGB 74173239
HSL0.570.840.61
HSV204°69°94°
CMYK 0.690.280.00   0.06
XYZ33.347637.575087.1564
Yxy37.57500.21100.2377
Hunter Lab61.2985-10.1647-41.3918
CIE-Lab67.7062-8.1514-41.3780

#4aadef color RGB value is (74,173,239).

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

The process color (four color CMYK) of #4aadef color hex is 0.69, 0.28, 0.00, 0.06. Web safe color of #4aadef is #3399ff. Color #4aadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11101111
Octal 112 255 357
Decimal 74 173 239
Hex 4A AD EF

RGB Percentages of Color #4aadef

%15.23
%35.60
%49.18

CMYK Percentages of Color #4aadef

%69
%28
%0
%6

Triadic Colors of #4aadef

#4aadef #ef4aad #adef4a

Analogous Colors of #4aadef

#4aadef #4a5bef #4aefdf

Monochromatic Colors of #4aadef

#4aadef

Complementary Color

#4aadef #ef8c4a

#4aadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadef Color CSS Codes

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

#4aadef Text Font Color

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

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


#4aadef Background Color

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

This div background color is #4aadef


#4aadef Border Color

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

This div border color is #4aadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadef


Comments

No comments written yet.

Please login to write comment.