Color Hex Logo

#28aa7f Color Hex

#28AA7F
(40,170,127)
0 Favorites   0 Comments

Color spaces of #28aa7f

RGB 40170127
HSL0.440.620.41
HSV160°76°67°
CMYK 0.760.000.25   0.33
XYZ19.080630.732925.0051
Yxy30.73290.25500.4108
Hunter Lab55.4373-35.578412.0632
CIE-Lab62.2815-44.653912.4916

#28aa7f color RGB value is (40,170,127).

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

The process color (four color CMYK) of #28aa7f color hex is 0.76, 0.00, 0.25, 0.33. Web safe color of #28aa7f is #339966. Color #28aa7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101010 01111111
Octal 50 252 177
Decimal 40 170 127
Hex 28 AA 7F

RGB Percentages of Color #28aa7f

%11.87
%50.45
%37.69

CMYK Percentages of Color #28aa7f

%76
%0
%25
%33

Triadic Colors of #28aa7f

#28aa7f #7f28aa #aa7f28

Analogous Colors of #28aa7f

#28aa7f #2894aa #28aa3e

Monochromatic Colors of #28aa7f

#28aa7f

Complementary Color

#28aa7f #aa2853

#28aa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aa7f Color CSS Codes

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

#28aa7f Text Font Color

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

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


#28aa7f Background Color

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

This div background color is #28aa7f


#28aa7f Border Color

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

This div border color is #28aa7f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,170,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aa7f


Comments

No comments written yet.

Please login to write comment.