Color Hex Logo

#28dabb Color Hex

#28DABB
(40,218,187)
0 Favorites   0 Comments

Color spaces of #28dabb

RGB 40218187
HSL0.470.710.51
HSV170°82°85°
CMYK 0.820.000.14   0.15
XYZ34.916154.181855.6316
Yxy54.18180.24130.3744
Hunter Lab73.6083-44.14306.7157
CIE-Lab78.5676-49.52343.1592

#28dabb color RGB value is (40,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011010 10111011
Octal 50 332 273
Decimal 40 218 187
Hex 28 DA BB

RGB Percentages of Color #28dabb

%8.99
%48.99
%42.02

CMYK Percentages of Color #28dabb

%82
%0
%14
%15

Triadic Colors of #28dabb

#28dabb #bb28da #dabb28

Analogous Colors of #28dabb

#28dabb #28a0da #28da62

Monochromatic Colors of #28dabb

#28dabb

Complementary Color

#28dabb #da2847

#28dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28dabb Color CSS Codes

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

#28dabb Text Font Color

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

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


#28dabb Background Color

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

This div background color is #28dabb


#28dabb Border Color

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

This div border color is #28dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28dabb


Comments

No comments written yet.

Please login to write comment.