Color Hex Logo

#28b1aa Color Hex

#28B1AA
(40,177,170)
0 Favorites   0 Comments

Color spaces of #28b1aa

RGB 40177170
HSL0.490.630.43
HSV177°77°69°
CMYK 0.770.000.04   0.31
XYZ23.852934.797743.4897
Yxy34.79770.23350.3407
Hunter Lab58.9896-31.0539-2.4185
CIE-Lab65.5909-36.3022-6.6157

#28b1aa color RGB value is (40,177,170).

#28b1aa hex color red value is 40, green value is 177 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #28b1aa hue: 0.49 , saturation: 0.63 and the lightness value of 28b1aa is 0.43.

The process color (four color CMYK) of #28b1aa color hex is 0.77, 0.00, 0.04, 0.31. Web safe color of #28b1aa is #339999. Color #28b1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10110001 10101010
Octal 50 261 252
Decimal 40 177 170
Hex 28 B1 AA

RGB Percentages of Color #28b1aa

%10.34
%45.74
%43.93

CMYK Percentages of Color #28b1aa

%77
%0
%4
%31

Triadic Colors of #28b1aa

#28b1aa #aa28b1 #b1aa28

Analogous Colors of #28b1aa

#28b1aa #2874b1 #28b166

Monochromatic Colors of #28b1aa

#28b1aa

Complementary Color

#28b1aa #b1282f

#28b1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28b1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#28b1aa Color CSS Codes

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

#28b1aa Text Font Color

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

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


#28b1aa Background Color

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

This div background color is #28b1aa


#28b1aa Border Color

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

This div border color is #28b1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28b1aa


Comments

No comments written yet.

Please login to write comment.