Color Hex Logo

#4aafba Color Hex

#4AAFBA
(74,175,186)
0 Favorites   0 Comments

Color spaces of #4aafba

RGB 74175186
HSL0.520.450.51
HSV186°60°73°
CMYK 0.600.060.00   0.27
XYZ27.016935.661051.9137
Yxy35.66100.23580.3112
Hunter Lab59.7168-23.7481-9.7409
CIE-Lab66.2601-25.8169-14.4165

#4aafba color RGB value is (74,175,186).

#4aafba hex color red value is 74, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4aafba hue: 0.52 , saturation: 0.45 and the lightness value of 4aafba is 0.51.

The process color (four color CMYK) of #4aafba color hex is 0.60, 0.06, 0.00, 0.27. Web safe color of #4aafba is #3399cc. Color #4aafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 10111010
Octal 112 257 272
Decimal 74 175 186
Hex 4A AF BA

RGB Percentages of Color #4aafba

%17.01
%40.23
%42.76

CMYK Percentages of Color #4aafba

%60
%6
%0
%27

Triadic Colors of #4aafba

#4aafba #ba4aaf #afba4a

Analogous Colors of #4aafba

#4aafba #4a77ba #4aba8d

Monochromatic Colors of #4aafba

#4aafba

Complementary Color

#4aafba #ba554a

#4aafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aafba Color CSS Codes

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

#4aafba Text Font Color

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

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


#4aafba Background Color

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

This div background color is #4aafba


#4aafba Border Color

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

This div border color is #4aafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aafba


Comments

No comments written yet.

Please login to write comment.