Color Hex Logo

#28ffdb Color Hex

#28FFDB
(40,255,219)
0 Favorites   0 Comments

Color spaces of #28ffdb

RGB 40255219
HSL0.471.000.58
HSV170°84°100°
CMYK 0.840.000.14   0.00
XYZ49.421377.085679.2921
Yxy77.08560.24010.3746
Hunter Lab87.7984-53.17047.9132
CIE-Lab90.3610-56.38853.4443

#28ffdb color RGB value is (40,255,219).

#28ffdb hex color red value is 40, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #28ffdb hue: 0.47 , saturation: 1.00 and the lightness value of 28ffdb is 0.58.

The process color (four color CMYK) of #28ffdb color hex is 0.84, 0.00, 0.14, 0.00. Web safe color of #28ffdb is #33ffcc. Color #28ffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11111111 11011011
Octal 50 377 333
Decimal 40 255 219
Hex 28 FF DB

RGB Percentages of Color #28ffdb

%7.78
%49.61
%42.61

CMYK Percentages of Color #28ffdb

%84
%0
%14
%0

Triadic Colors of #28ffdb

#28ffdb #db28ff #ffdb28

Analogous Colors of #28ffdb

#28ffdb #28b8ff #28ff70

Monochromatic Colors of #28ffdb

#28ffdb

Complementary Color

#28ffdb #ff284c

#28ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ffdb Color CSS Codes

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

#28ffdb Text Font Color

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

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


#28ffdb Background Color

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

This div background color is #28ffdb


#28ffdb Border Color

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

This div border color is #28ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.