Color Hex Logo

#28efac Color Hex

#28EFAC
(40,239,172)
0 Favorites   0 Comments

Color spaces of #28efac

RGB 40239172
HSL0.440.860.55
HSV160°83°94°
CMYK 0.830.000.28   0.06
XYZ39.188065.162749.5420
Yxy65.16270.25460.4234
Hunter Lab80.7234-54.611320.1186
CIE-Lab84.5675-61.339019.5646

#28efac color RGB value is (40,239,172).

#28efac hex color red value is 40, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #28efac hue: 0.44 , saturation: 0.86 and the lightness value of 28efac is 0.55.

The process color (four color CMYK) of #28efac color hex is 0.83, 0.00, 0.28, 0.06. Web safe color of #28efac is #33ff99. Color #28efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101111 10101100
Octal 50 357 254
Decimal 40 239 172
Hex 28 EF AC

RGB Percentages of Color #28efac

%8.87
%52.99
%38.14

CMYK Percentages of Color #28efac

%83
%0
%28
%6

Triadic Colors of #28efac

#28efac #ac28ef #efac28

Analogous Colors of #28efac

#28efac #28cfef #28ef49

Monochromatic Colors of #28efac

#28efac

Complementary Color

#28efac #ef286b

#28efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#28efac Color CSS Codes

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

#28efac Text Font Color

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

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


#28efac Background Color

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

This div background color is #28efac


#28efac Border Color

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

This div border color is #28efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28efac


Comments

No comments written yet.

Please login to write comment.