Color Hex Logo

#4aafe7 Color Hex

#4AAFE7
(74,175,231)
0 Favorites   0 Comments

Color spaces of #4aafe7

RGB 74175231
HSL0.560.770.60
HSV201°68°91°
CMYK 0.680.240.00   0.09
XYZ32.577837.885381.1969
Yxy37.88530.21480.2498
Hunter Lab61.5510-13.2376-35.1285
CIE-Lab67.9360-11.8765-36.6490

#4aafe7 color RGB value is (74,175,231).

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

The process color (four color CMYK) of #4aafe7 color hex is 0.68, 0.24, 0.00, 0.09. Web safe color of #4aafe7 is #3399ff. Color #4aafe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 11100111
Octal 112 257 347
Decimal 74 175 231
Hex 4A AF E7

RGB Percentages of Color #4aafe7

%15.42
%36.46
%48.13

CMYK Percentages of Color #4aafe7

%68
%24
%0
%9

Triadic Colors of #4aafe7

#4aafe7 #e74aaf #afe74a

Analogous Colors of #4aafe7

#4aafe7 #4a61e7 #4ae7d1

Monochromatic Colors of #4aafe7

#4aafe7

Complementary Color

#4aafe7 #e7824a

#4aafe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafe7 Color CSS Codes

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

#4aafe7 Text Font Color

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

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


#4aafe7 Background Color

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

This div background color is #4aafe7


#4aafe7 Border Color

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

This div border color is #4aafe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafe7


Comments

No comments written yet.

Please login to write comment.