Color Hex Logo

#28adbd Color Hex

#28ADBD
(40,173,189)
0 Favorites   0 Comments

Color spaces of #28adbd

RGB 40173189
HSL0.520.650.45
HSV186°79°74°
CMYK 0.790.080.00   0.26
XYZ25.003934.012453.3913
Yxy34.01240.22240.3026
Hunter Lab58.3202-25.5310-13.4551
CIE-Lab64.9724-28.6432-18.1051

#28adbd color RGB value is (40,173,189).

#28adbd hex color red value is 40, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #28adbd hue: 0.52 , saturation: 0.65 and the lightness value of 28adbd is 0.45.

The process color (four color CMYK) of #28adbd color hex is 0.79, 0.08, 0.00, 0.26. Web safe color of #28adbd is #3399cc. Color #28adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 10111101
Octal 50 255 275
Decimal 40 173 189
Hex 28 AD BD

RGB Percentages of Color #28adbd

%9.95
%43.03
%47.01

CMYK Percentages of Color #28adbd

%79
%8
%0
%26

Triadic Colors of #28adbd

#28adbd #bd28ad #adbd28

Analogous Colors of #28adbd

#28adbd #2862bd #28bd83

Monochromatic Colors of #28adbd

#28adbd

Complementary Color

#28adbd #bd3828

#28adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adbd Color CSS Codes

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

#28adbd Text Font Color

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

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


#28adbd Background Color

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

This div background color is #28adbd


#28adbd Border Color

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

This div border color is #28adbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,173,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 #28adbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adbd


Comments

No comments written yet.

Please login to write comment.