Color Hex Logo

#28faad Color Hex

#28FAAD
(40,250,173)
0 Favorites   0 Comments

Color spaces of #28faad

RGB 40250173
HSL0.440.950.57
HSV158°84°98°
CMYK 0.840.000.31   0.02
XYZ42.603571.839551.1561
Yxy71.83950.25730.4338
Hunter Lab84.7582-58.604223.5460
CIE-Lab87.8913-65.153823.6424

#28faad color RGB value is (40,250,173).

#28faad hex color red value is 40, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #28faad hue: 0.44 , saturation: 0.95 and the lightness value of 28faad is 0.57.

The process color (four color CMYK) of #28faad color hex is 0.84, 0.00, 0.31, 0.02. Web safe color of #28faad is #33ff99. Color #28faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11111010 10101101
Octal 50 372 255
Decimal 40 250 173
Hex 28 FA AD

RGB Percentages of Color #28faad

%8.64
%54.00
%37.37

CMYK Percentages of Color #28faad

%84
%0
%31
%2

Triadic Colors of #28faad

#28faad #ad28fa #faad28

Analogous Colors of #28faad

#28faad #28defa #28fa44

Monochromatic Colors of #28faad

#28faad

Complementary Color

#28faad #fa2875

#28faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#28faad Color CSS Codes

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

#28faad Text Font Color

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

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


#28faad Background Color

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

This div background color is #28faad


#28faad Border Color

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

This div border color is #28faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28faad


Comments

No comments written yet.

Please login to write comment.