Color Hex Logo

#4aadc7 Color Hex

#4AADC7
(74,173,199)
0 Favorites   0 Comments

Color spaces of #4aadc7

RGB 74173199
HSL0.530.530.54
HSV192°63°78°
CMYK 0.630.130.00   0.22
XYZ28.076435.466559.3988
Yxy35.46650.22840.2885
Hunter Lab59.5538-20.0659-17.4481
CIE-Lab66.1103-20.9286-21.8496

#4aadc7 color RGB value is (74,173,199).

#4aadc7 hex color red value is 74, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4aadc7 hue: 0.53 , saturation: 0.53 and the lightness value of 4aadc7 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101101 11000111
Octal 112 255 307
Decimal 74 173 199
Hex 4A AD C7

RGB Percentages of Color #4aadc7

%16.59
%38.79
%44.62

CMYK Percentages of Color #4aadc7

%63
%13
%0
%22

Triadic Colors of #4aadc7

#4aadc7 #c74aad #adc74a

Analogous Colors of #4aadc7

#4aadc7 #4a6fc7 #4ac7a3

Monochromatic Colors of #4aadc7

#4aadc7

Complementary Color

#4aadc7 #c7644a

#4aadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aadc7 Color CSS Codes

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

#4aadc7 Text Font Color

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

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


#4aadc7 Background Color

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

This div background color is #4aadc7


#4aadc7 Border Color

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

This div border color is #4aadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aadc7


Comments

No comments written yet.

Please login to write comment.