Color Hex Logo

#28aeab Color Hex

#28AEAB
(40,174,171)
0 Favorites   0 Comments

Color spaces of #28aeab

RGB 40174171
HSL0.500.630.42
HSV179°77°68°
CMYK 0.770.000.02   0.32
XYZ23.361833.663543.7945
Yxy33.66350.23170.3339
Hunter Lab58.0203-29.6626-4.1387
CIE-Lab64.6946-34.6185-8.5043

#28aeab color RGB value is (40,174,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 10101011
Octal 50 256 253
Decimal 40 174 171
Hex 28 AE AB

RGB Percentages of Color #28aeab

%10.39
%45.19
%44.42

CMYK Percentages of Color #28aeab

%77
%0
%2
%32

Triadic Colors of #28aeab

#28aeab #ab28ae #aeab28

Analogous Colors of #28aeab

#28aeab #286eae #28ae68

Monochromatic Colors of #28aeab

#28aeab

Complementary Color

#28aeab #ae282b

#28aeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aeab Color CSS Codes

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

#28aeab Text Font Color

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

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


#28aeab Background Color

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

This div background color is #28aeab


#28aeab Border Color

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

This div border color is #28aeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aeab


Comments

No comments written yet.

Please login to write comment.