Color Hex Logo

#4aabcf Color Hex

#4AABCF
(74,171,207)
0 Favorites   0 Comments

Color spaces of #4aabcf

RGB 74171207
HSL0.550.580.55
HSV196°64°81°
CMYK 0.640.170.00   0.19
XYZ28.649435.086764.2939
Yxy35.08670.22380.2741
Hunter Lab59.2340-17.3254-22.8908
CIE-Lab65.8161-17.4106-26.7279

#4aabcf color RGB value is (74,171,207).

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

The process color (four color CMYK) of #4aabcf color hex is 0.64, 0.17, 0.00, 0.19. Web safe color of #4aabcf is #3399cc. Color #4aabcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 11001111
Octal 112 253 317
Decimal 74 171 207
Hex 4A AB CF

RGB Percentages of Color #4aabcf

%16.37
%37.83
%45.80

CMYK Percentages of Color #4aabcf

%64
%17
%0
%19

Triadic Colors of #4aabcf

#4aabcf #cf4aab #abcf4a

Analogous Colors of #4aabcf

#4aabcf #4a69cf #4acfb1

Monochromatic Colors of #4aabcf

#4aabcf

Complementary Color

#4aabcf #cf6e4a

#4aabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabcf Color CSS Codes

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

#4aabcf Text Font Color

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

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


#4aabcf Background Color

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

This div background color is #4aabcf


#4aabcf Border Color

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

This div border color is #4aabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabcf


Comments

No comments written yet.

Please login to write comment.