Color Hex Logo

#4aaded Color Hex

#4AADED
(74,173,237)
0 Favorites   0 Comments

Color spaces of #4aaded

RGB 74173237
HSL0.570.820.61
HSV204°69°93°
CMYK 0.690.270.00   0.07
XYZ33.053737.457485.6087
Yxy37.45740.21170.2399
Hunter Lab61.2025-10.7015-40.0919
CIE-Lab67.6188-8.8136-40.4230

#4aaded color RGB value is (74,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11101101
Octal 112 255 355
Decimal 74 173 237
Hex 4A AD ED

RGB Percentages of Color #4aaded

%15.29
%35.74
%48.97

CMYK Percentages of Color #4aaded

%69
%27
%0
%7

Triadic Colors of #4aaded

#4aaded #ed4aad #aded4a

Analogous Colors of #4aaded

#4aaded #4a5bed #4aeddc

Monochromatic Colors of #4aaded

#4aaded

Complementary Color

#4aaded #ed8a4a

#4aaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaded Color CSS Codes

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

#4aaded Text Font Color

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

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


#4aaded Background Color

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

This div background color is #4aaded


#4aaded Border Color

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

This div border color is #4aaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaded


Comments

No comments written yet.

Please login to write comment.