Color Hex Logo

#28aeaa Color Hex

#28AEAA
(40,174,170)
0 Favorites   0 Comments

Color spaces of #28aeaa

RGB 40174170
HSL0.500.630.42
HSV178°77°68°
CMYK 0.770.000.02   0.32
XYZ23.266833.625543.2943
Yxy33.62550.23220.3356
Hunter Lab57.9875-29.8571-3.6755
CIE-Lab64.6642-34.9127-7.9925

#28aeaa color RGB value is (40,174,170).

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

The process color (four color CMYK) of #28aeaa color hex is 0.77, 0.00, 0.02, 0.32. Web safe color of #28aeaa is #339999. Color #28aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 10101010
Octal 50 256 252
Decimal 40 174 170
Hex 28 AE AA

RGB Percentages of Color #28aeaa

%10.42
%45.31
%44.27

CMYK Percentages of Color #28aeaa

%77
%0
%2
%32

Triadic Colors of #28aeaa

#28aeaa #aa28ae #aeaa28

Analogous Colors of #28aeaa

#28aeaa #286fae #28ae67

Monochromatic Colors of #28aeaa

#28aeaa

Complementary Color

#28aeaa #ae282c

#28aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aeaa Color CSS Codes

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

#28aeaa Text Font Color

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

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


#28aeaa Background Color

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

This div background color is #28aeaa


#28aeaa Border Color

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

This div border color is #28aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aeaa


Comments

No comments written yet.

Please login to write comment.