Color Hex Logo

#28ddbe Color Hex

#28DDBE
(40,221,190)
0 Favorites   0 Comments

Color spaces of #28ddbe

RGB 40221190
HSL0.470.730.51
HSV170°82°87°
CMYK 0.820.000.14   0.13
XYZ36.025855.881757.6027
Yxy55.88170.24100.3738
Hunter Lab74.7541-44.79616.6412
CIE-Lab79.5464-49.98832.9803

#28ddbe color RGB value is (40,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011101 10111110
Octal 50 335 276
Decimal 40 221 190
Hex 28 DD BE

RGB Percentages of Color #28ddbe

%8.87
%49.00
%42.13

CMYK Percentages of Color #28ddbe

%82
%0
%14
%13

Triadic Colors of #28ddbe

#28ddbe #be28dd #ddbe28

Analogous Colors of #28ddbe

#28ddbe #28a2dd #28dd64

Monochromatic Colors of #28ddbe

#28ddbe

Complementary Color

#28ddbe #dd2847

#28ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ddbe Color CSS Codes

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

#28ddbe Text Font Color

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

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


#28ddbe Background Color

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

This div background color is #28ddbe


#28ddbe Border Color

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

This div border color is #28ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ddbe


Comments

No comments written yet.

Please login to write comment.