Color Hex Logo

#28aaad Color Hex

#28AAAD
(40,170,173)
0 Favorites   0 Comments

Color spaces of #28aaad

RGB 40170173
HSL0.500.620.42
HSV181°77°68°
CMYK 0.770.020.00   0.32
XYZ22.792632.217744.5525
Yxy32.21770.22890.3236
Hunter Lab56.7606-27.6533-6.8054
CIE-Lab63.5224-32.1306-11.3722

#28aaad color RGB value is (40,170,173).

#28aaad hex color red value is 40, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #28aaad hue: 0.50 , saturation: 0.62 and the lightness value of 28aaad is 0.42.

The process color (four color CMYK) of #28aaad color hex is 0.77, 0.02, 0.00, 0.32. Web safe color of #28aaad is #339999. Color #28aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101010 10101101
Octal 50 252 255
Decimal 40 170 173
Hex 28 AA AD

RGB Percentages of Color #28aaad

%10.44
%44.39
%45.17

CMYK Percentages of Color #28aaad

%77
%2
%0
%32

Triadic Colors of #28aaad

#28aaad #ad28aa #aaad28

Analogous Colors of #28aaad

#28aaad #2868ad #28ad6e

Monochromatic Colors of #28aaad

#28aaad

Complementary Color

#28aaad #ad2b28

#28aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aaad Color CSS Codes

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

#28aaad Text Font Color

<p style="color:#28aaad">Text here</p>

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


#28aaad Background Color

<div style="background-color:#28aaad">
Div content here</div>

This div background color is #28aaad


#28aaad Border Color

<div style="border:3px solid #28aaad">
Div here</div>

This div border color is #28aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aaad


Comments

No comments written yet.

Please login to write comment.