Color Hex Logo

#4aafed Color Hex

#4AAFED
(74,175,237)
0 Favorites   0 Comments

Color spaces of #4aafed

RGB 74175237
HSL0.560.820.61
HSV203°69°93°
CMYK 0.690.260.00   0.07
XYZ33.440138.230285.7375
Yxy38.23020.21240.2429
Hunter Lab61.8306-11.6646-38.9332
CIE-Lab68.1899-9.9107-39.5308

#4aafed color RGB value is (74,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11101101
Octal 112 257 355
Decimal 74 175 237
Hex 4A AF ED

RGB Percentages of Color #4aafed

%15.23
%36.01
%48.77

CMYK Percentages of Color #4aafed

%69
%26
%0
%7

Triadic Colors of #4aafed

#4aafed #ed4aaf #afed4a

Analogous Colors of #4aafed

#4aafed #4a5eed #4aedda

Monochromatic Colors of #4aafed

#4aafed

Complementary Color

#4aafed #ed884a

#4aafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafed Color CSS Codes

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

#4aafed Text Font Color

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

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


#4aafed Background Color

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

This div background color is #4aafed


#4aafed Border Color

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

This div border color is #4aafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafed


Comments

No comments written yet.

Please login to write comment.