Color Hex Logo

#28acad Color Hex

#28ACAD
(40,172,173)
0 Favorites   0 Comments

Color spaces of #28acad

RGB 40172173
HSL0.500.620.42
HSV180°77°68°
CMYK 0.770.010.00   0.32
XYZ23.170432.973344.6784
Yxy32.97330.22980.3270
Hunter Lab57.4224-28.4630-5.9359
CIE-Lab64.1393-33.0826-10.4483

#28acad color RGB value is (40,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 10101101
Octal 50 254 255
Decimal 40 172 173
Hex 28 AC AD

RGB Percentages of Color #28acad

%10.39
%44.68
%44.94

CMYK Percentages of Color #28acad

%77
%1
%0
%32

Triadic Colors of #28acad

#28acad #ad28ac #acad28

Analogous Colors of #28acad

#28acad #286aad #28ad6c

Monochromatic Colors of #28acad

#28acad

Complementary Color

#28acad #ad2928

#28acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acad Color CSS Codes

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

#28acad Text Font Color

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

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


#28acad Background Color

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

This div background color is #28acad


#28acad Border Color

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

This div border color is #28acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acad


Comments

No comments written yet.

Please login to write comment.