color codes Logo

#4aa3ad color codes

#4AA3AD
(74,163,173)
0 Favorites   0 Comments

Color spaces of #4aa3ad

RGB 74163173
HSL0.520.400.48
HSV186°57°68°
CMYK 0.570.060.00   0.32
XYZ23.464130.667444.2179
Yxy30.66740.23860.3118
Hunter Lab55.3782-21.2801-8.5767
CIE-Lab62.2259-23.5209-13.2350

#4aa3ad color RGB value is (74,163,173).

#4aa3ad hex color red value is 74, green value is 163 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4aa3ad hue: 0.52 , saturation: 0.40 and the lightness value of 4aa3ad is 0.48.

The process color (four color CMYK) of #4aa3ad color code is 0.57, 0.06, 0.00, 0.32. Web safe color of #4aa3ad is #339999. Color #4aa3ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10100011 10101101
Octal 112 243 255
Decimal 74 163 173
Hex 4A A3 AD

RGB Percentages of Color #4aa3ad

%18.05
%39.76
%42.20

CMYK Percentages of Color #4aa3ad

%57
%6
%0
%32

Triadic Colors of #4aa3ad

#4aa3ad #ad4aa3 #a3ad4a

Analogous Colors of #4aa3ad

#4aa3ad #4a72ad #4aad86

Monochromatic Colors of #4aa3ad

#4aa3ad

Complementary Color

#4aa3ad #ad544a

#4aa3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aa3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aa3ad Color CSS Codes

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

#4aa3ad Text Font Color

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

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


#4aa3ad Background Color

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

This div background color is #4aa3ad


#4aa3ad Border Color

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

This div border color is #4aa3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aa3ad


Comments

No comments written yet.

Please login to write comment.