Color Hex Logo

#28afae Color Hex

#28AFAE
(40,175,174)
0 Favorites   0 Comments

Color spaces of #28afae

RGB 40175174
HSL0.500.630.42
HSV180°77°69°
CMYK 0.770.000.01   0.31
XYZ23.845034.167145.3825
Yxy34.16710.23060.3305
Hunter Lab58.4526-29.4753-5.1158
CIE-Lab65.0950-34.1997-9.5772

#28afae color RGB value is (40,175,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101111 10101110
Octal 50 257 256
Decimal 40 175 174
Hex 28 AF AE

RGB Percentages of Color #28afae

%10.28
%44.99
%44.73

CMYK Percentages of Color #28afae

%77
%0
%1
%31

Triadic Colors of #28afae

#28afae #ae28af #afae28

Analogous Colors of #28afae

#28afae #286daf #28af6b

Monochromatic Colors of #28afae

#28afae

Complementary Color

#28afae #af2829

#28afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#28afae Color CSS Codes

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

#28afae Text Font Color

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

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


#28afae Background Color

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

This div background color is #28afae


#28afae Border Color

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

This div border color is #28afae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28afae


Comments

No comments written yet.

Please login to write comment.