Color Hex Logo

#28daac Color Hex

#28DAAC
(40,218,172)
0 Favorites   0 Comments

Color spaces of #28daac

RGB 40218172
HSL0.460.710.51
HSV164°82°85°
CMYK 0.820.000.21   0.15
XYZ33.392953.572547.6103
Yxy53.57250.24810.3981
Hunter Lab73.1932-46.651212.6687
CIE-Lab78.2118-53.274510.6323

#28daac color RGB value is (40,218,172).

#28daac hex color red value is 40, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #28daac hue: 0.46 , saturation: 0.71 and the lightness value of 28daac is 0.51.

The process color (four color CMYK) of #28daac color hex is 0.82, 0.00, 0.21, 0.15. Web safe color of #28daac is #33cc99. Color #28daac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011010 10101100
Octal 50 332 254
Decimal 40 218 172
Hex 28 DA AC

RGB Percentages of Color #28daac

%9.30
%50.70
%40.00

CMYK Percentages of Color #28daac

%82
%0
%21
%15

Triadic Colors of #28daac

#28daac #ac28da #daac28

Analogous Colors of #28daac

#28daac #28afda #28da53

Monochromatic Colors of #28daac

#28daac

Complementary Color

#28daac #da2856

#28daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#28daac Color CSS Codes

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

#28daac Text Font Color

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

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


#28daac Background Color

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

This div background color is #28daac


#28daac Border Color

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

This div border color is #28daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28daac


Comments

No comments written yet.

Please login to write comment.