Color Hex Logo

#28ddaf Color Hex

#28DDAF
(40,221,175)
0 Favorites   0 Comments

Color spaces of #28ddaf

RGB 40221175
HSL0.460.730.51
HSV165°82°87°
CMYK 0.820.000.21   0.13
XYZ34.469455.259249.4068
Yxy55.25920.24770.3972
Hunter Lab74.3365-47.319612.6293
CIE-Lab79.1903-53.741110.4336

#28ddaf color RGB value is (40,221,175).

#28ddaf hex color red value is 40, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #28ddaf hue: 0.46 , saturation: 0.73 and the lightness value of 28ddaf is 0.51.

The process color (four color CMYK) of #28ddaf color hex is 0.82, 0.00, 0.21, 0.13. Web safe color of #28ddaf is #33cc99. Color #28ddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011101 10101111
Octal 50 335 257
Decimal 40 221 175
Hex 28 DD AF

RGB Percentages of Color #28ddaf

%9.17
%50.69
%40.14

CMYK Percentages of Color #28ddaf

%82
%0
%21
%13

Triadic Colors of #28ddaf

#28ddaf #af28dd #ddaf28

Analogous Colors of #28ddaf

#28ddaf #28b1dd #28dd55

Monochromatic Colors of #28ddaf

#28ddaf

Complementary Color

#28ddaf #dd2856

#28ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ddaf Color CSS Codes

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

#28ddaf Text Font Color

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

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


#28ddaf Background Color

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

This div background color is #28ddaf


#28ddaf Border Color

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

This div border color is #28ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ddaf


Comments

No comments written yet.

Please login to write comment.