Color Hex Logo

#28abad Color Hex

#28ABAD
(40,171,173)
0 Favorites   0 Comments

Color spaces of #28abad

RGB 40171173
HSL0.500.620.42
HSV181°77°68°
CMYK 0.770.010.00   0.32
XYZ22.980832.594144.6152
Yxy32.59410.22940.3253
Hunter Lab57.0912-28.0585-6.3696
CIE-Lab63.8309-32.6076-10.9099

#28abad color RGB value is (40,171,173).

#28abad hex color red value is 40, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #28abad hue: 0.50 , saturation: 0.62 and the lightness value of 28abad is 0.42.

The process color (four color CMYK) of #28abad color hex is 0.77, 0.01, 0.00, 0.32. Web safe color of #28abad is #339999. Color #28abad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101011 10101101
Octal 50 253 255
Decimal 40 171 173
Hex 28 AB AD

RGB Percentages of Color #28abad

%10.42
%44.53
%45.05

CMYK Percentages of Color #28abad

%77
%1
%0
%32

Triadic Colors of #28abad

#28abad #ad28ab #abad28

Analogous Colors of #28abad

#28abad #2869ad #28ad6d

Monochromatic Colors of #28abad

#28abad

Complementary Color

#28abad #ad2a28

#28abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#28abad Color CSS Codes

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

#28abad Text Font Color

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

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


#28abad Background Color

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

This div background color is #28abad


#28abad Border Color

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

This div border color is #28abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28abad


Comments

No comments written yet.

Please login to write comment.