Color Hex Logo

#28a499 Color Hex

#28A499
(40,164,153)
0 Favorites   0 Comments

Color spaces of #28a499

RGB 40164153
HSL0.490.610.40
HSV175°76°64°
CMYK 0.760.000.07   0.36
XYZ19.900329.301934.7440
Yxy29.30190.23710.3491
Hunter Lab54.1312-29.1076-0.1633
CIE-Lab61.0472-35.1996-3.8291

#28a499 color RGB value is (40,164,153).

#28a499 hex color red value is 40, green value is 164 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #28a499 hue: 0.49 , saturation: 0.61 and the lightness value of 28a499 is 0.40.

The process color (four color CMYK) of #28a499 color hex is 0.76, 0.00, 0.07, 0.36. Web safe color of #28a499 is #339999. Color #28a499 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10100100 10011001
Octal 50 244 231
Decimal 40 164 153
Hex 28 A4 99

RGB Percentages of Color #28a499

%11.20
%45.94
%42.86

CMYK Percentages of Color #28a499

%76
%0
%7
%36

Triadic Colors of #28a499

#28a499 #9928a4 #a49928

Analogous Colors of #28a499

#28a499 #2871a4 #28a45b

Monochromatic Colors of #28a499

#28a499

Complementary Color

#28a499 #a42833

#28a499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28a499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28a499 Color CSS Codes

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

#28a499 Text Font Color

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

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


#28a499 Background Color

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

This div background color is #28a499


#28a499 Border Color

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

This div border color is #28a499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28a499


Comments

No comments written yet.

Please login to write comment.