Color Hex Logo

#28acbd Color Hex

#28ACBD
(40,172,189)
0 Favorites   0 Comments

Color spaces of #28acbd

RGB 40172189
HSL0.520.650.45
HSV187°79°74°
CMYK 0.790.090.00   0.26
XYZ24.812933.630353.3276
Yxy33.63030.22200.3009
Hunter Lab57.9916-25.1105-13.9274
CIE-Lab64.6681-28.1491-18.5672

#28acbd color RGB value is (40,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 10111101
Octal 50 254 275
Decimal 40 172 189
Hex 28 AC BD

RGB Percentages of Color #28acbd

%9.98
%42.89
%47.13

CMYK Percentages of Color #28acbd

%79
%9
%0
%26

Triadic Colors of #28acbd

#28acbd #bd28ac #acbd28

Analogous Colors of #28acbd

#28acbd #2861bd #28bd84

Monochromatic Colors of #28acbd

#28acbd

Complementary Color

#28acbd #bd3928

#28acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acbd Color CSS Codes

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

#28acbd Text Font Color

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

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


#28acbd Background Color

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

This div background color is #28acbd


#28acbd Border Color

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

This div border color is #28acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acbd


Comments

No comments written yet.

Please login to write comment.