Color Hex Logo

#28adbf Color Hex

#28ADBF
(40,173,191)
0 Favorites   0 Comments

Color spaces of #28adbf

RGB 40173191
HSL0.520.650.45
HSV187°79°75°
CMYK 0.790.090.00   0.25
XYZ25.222634.099854.5428
Yxy34.09980.22150.2995
Hunter Lab58.3950-25.0917-14.5022
CIE-Lab65.0417-28.0105-19.1114

#28adbf color RGB value is (40,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 10111111
Octal 50 255 277
Decimal 40 173 191
Hex 28 AD BF

RGB Percentages of Color #28adbf

%9.90
%42.82
%47.28

CMYK Percentages of Color #28adbf

%79
%9
%0
%25

Triadic Colors of #28adbf

#28adbf #bf28ad #adbf28

Analogous Colors of #28adbf

#28adbf #2861bf #28bf86

Monochromatic Colors of #28adbf

#28adbf

Complementary Color

#28adbf #bf3a28

#28adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adbf Color CSS Codes

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

#28adbf Text Font Color

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

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


#28adbf Background Color

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

This div background color is #28adbf


#28adbf Border Color

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

This div border color is #28adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adbf


Comments

No comments written yet.

Please login to write comment.