Color Hex Logo

#28acbc Color Hex

#28ACBC
(40,172,188)
0 Favorites   0 Comments

Color spaces of #28acbc

RGB 40172188
HSL0.520.650.45
HSV186°79°74°
CMYK 0.790.090.00   0.26
XYZ24.704733.587052.7578
Yxy33.58700.22250.3025
Hunter Lab57.9543-25.3292-13.4057
CIE-Lab64.6334-28.4650-18.0634

#28acbc color RGB value is (40,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 10111100
Octal 50 254 274
Decimal 40 172 188
Hex 28 AC BC

RGB Percentages of Color #28acbc

%10.00
%43.00
%47.00

CMYK Percentages of Color #28acbc

%79
%9
%0
%26

Triadic Colors of #28acbc

#28acbc #bc28ac #acbc28

Analogous Colors of #28acbc

#28acbc #2862bc #28bc82

Monochromatic Colors of #28acbc

#28acbc

Complementary Color

#28acbc #bc3828

#28acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acbc Color CSS Codes

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

#28acbc Text Font Color

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

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


#28acbc Background Color

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

This div background color is #28acbc


#28acbc Border Color

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

This div border color is #28acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acbc


Comments

No comments written yet.

Please login to write comment.