Color Hex Logo

#4baaad Color Hex

#4BAAAD
(75,170,173)
0 Favorites   0 Comments

Color spaces of #4baaad

RGB 75170173
HSL0.510.400.49
HSV182°57°68°
CMYK 0.570.020.00   0.32
XYZ24.819233.262444.6473
Yxy33.26240.24160.3238
Hunter Lab57.6736-24.1132-5.5271
CIE-Lab64.3728-26.8495-10.0112

#4baaad color RGB value is (75,170,173).

#4baaad hex color red value is 75, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4baaad hue: 0.51 , saturation: 0.40 and the lightness value of 4baaad is 0.49.

The process color (four color CMYK) of #4baaad color hex is 0.57, 0.02, 0.00, 0.32. Web safe color of #4baaad is #339999. Color #4baaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101010 10101101
Octal 113 252 255
Decimal 75 170 173
Hex 4B AA AD

RGB Percentages of Color #4baaad

%17.94
%40.67
%41.39

CMYK Percentages of Color #4baaad

%57
%2
%0
%32

Triadic Colors of #4baaad

#4baaad #ad4baa #aaad4b

Analogous Colors of #4baaad

#4baaad #4b79ad #4bad7f

Monochromatic Colors of #4baaad

#4baaad

Complementary Color

#4baaad #ad4e4b

#4baaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baaad Color CSS Codes

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

#4baaad Text Font Color

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

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


#4baaad Background Color

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

This div background color is #4baaad


#4baaad Border Color

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

This div border color is #4baaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baaad


Comments

No comments written yet.

Please login to write comment.