Color Hex Logo

#4aafde Color Hex

#4AAFDE
(74,175,222)
0 Favorites   0 Comments

Color spaces of #4aafde

RGB 74175222
HSL0.550.690.58
HSV199°67°87°
CMYK 0.670.210.00   0.13
XYZ31.338837.389774.6724
Yxy37.38970.21850.2607
Hunter Lab61.1471-15.5236-29.6015
CIE-Lab67.5684-14.7855-32.2887

#4aafde color RGB value is (74,175,222).

#4aafde hex color red value is 74, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4aafde hue: 0.55 , saturation: 0.69 and the lightness value of 4aafde is 0.58.

The process color (four color CMYK) of #4aafde color hex is 0.67, 0.21, 0.00, 0.13. Web safe color of #4aafde is #3399cc. Color #4aafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11011110
Octal 112 257 336
Decimal 74 175 222
Hex 4A AF DE

RGB Percentages of Color #4aafde

%15.71
%37.15
%47.13

CMYK Percentages of Color #4aafde

%67
%21
%0
%13

Triadic Colors of #4aafde

#4aafde #de4aaf #afde4a

Analogous Colors of #4aafde

#4aafde #4a65de #4adec3

Monochromatic Colors of #4aafde

#4aafde

Complementary Color

#4aafde #de794a

#4aafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafde Color CSS Codes

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

#4aafde Text Font Color

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

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


#4aafde Background Color

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

This div background color is #4aafde


#4aafde Border Color

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

This div border color is #4aafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafde


Comments

No comments written yet.

Please login to write comment.