Color Hex Logo

#28d1bd Color Hex

#28D1BD
(40,209,189)
0 Favorites   0 Comments

Color spaces of #28d1bd

RGB 40209189
HSL0.480.680.49
HSV173°81°82°
CMYK 0.810.000.10   0.18
XYZ32.860849.726256.0103
Yxy49.72620.23710.3588
Hunter Lab70.5168-40.22352.2687
CIE-Lab75.9009-45.1977-1.8006

#28d1bd color RGB value is (40,209,189).

#28d1bd hex color red value is 40, green value is 209 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #28d1bd hue: 0.48 , saturation: 0.68 and the lightness value of 28d1bd is 0.49.

The process color (four color CMYK) of #28d1bd color hex is 0.81, 0.00, 0.10, 0.18. Web safe color of #28d1bd is #33cccc. Color #28d1bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11010001 10111101
Octal 50 321 275
Decimal 40 209 189
Hex 28 D1 BD

RGB Percentages of Color #28d1bd

%9.13
%47.72
%43.15

CMYK Percentages of Color #28d1bd

%81
%0
%10
%18

Triadic Colors of #28d1bd

#28d1bd #bd28d1 #d1bd28

Analogous Colors of #28d1bd

#28d1bd #2891d1 #28d169

Monochromatic Colors of #28d1bd

#28d1bd

Complementary Color

#28d1bd #d1283c

#28d1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28d1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28d1bd Color CSS Codes

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

#28d1bd Text Font Color

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

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


#28d1bd Background Color

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

This div background color is #28d1bd


#28d1bd Border Color

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

This div border color is #28d1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28d1bd


Comments

No comments written yet.

Please login to write comment.