Color Hex Logo

#4aaccf Color Hex

#4AACCF
(74,172,207)
0 Favorites   0 Comments

Color spaces of #4aaccf

RGB 74172207
HSL0.540.580.55
HSV196°64°81°
CMYK 0.640.170.00   0.19
XYZ28.839035.465964.3571
Yxy35.46590.22410.2757
Hunter Lab59.5533-17.7786-22.3853
CIE-Lab66.1098-17.9386-26.2765

#4aaccf color RGB value is (74,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 11001111
Octal 112 254 317
Decimal 74 172 207
Hex 4A AC CF

RGB Percentages of Color #4aaccf

%16.34
%37.97
%45.70

CMYK Percentages of Color #4aaccf

%64
%17
%0
%19

Triadic Colors of #4aaccf

#4aaccf #cf4aac #accf4a

Analogous Colors of #4aaccf

#4aaccf #4a6acf #4acfb0

Monochromatic Colors of #4aaccf

#4aaccf

Complementary Color

#4aaccf #cf6d4a

#4aaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaccf Color CSS Codes

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

#4aaccf Text Font Color

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

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


#4aaccf Background Color

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

This div background color is #4aaccf


#4aaccf Border Color

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

This div border color is #4aaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaccf


Comments

No comments written yet.

Please login to write comment.