Color Hex Logo

#28afbc Color Hex

#28AFBC
(40,175,188)
0 Favorites   0 Comments

Color spaces of #28afbc

RGB 40175188
HSL0.510.650.45
HSV185°79°74°
CMYK 0.790.070.00   0.26
XYZ25.282134.741952.9503
Yxy34.74190.22380.3075
Hunter Lab58.9423-26.5850-12.0031
CIE-Lab65.5472-29.9370-16.6787

#28afbc color RGB value is (40,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101111 10111100
Octal 50 257 274
Decimal 40 175 188
Hex 28 AF BC

RGB Percentages of Color #28afbc

%9.93
%43.42
%46.65

CMYK Percentages of Color #28afbc

%79
%7
%0
%26

Triadic Colors of #28afbc

#28afbc #bc28af #afbc28

Analogous Colors of #28afbc

#28afbc #2865bc #28bc7f

Monochromatic Colors of #28afbc

#28afbc

Complementary Color

#28afbc #bc3528

#28afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28afbc Color CSS Codes

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

#28afbc Text Font Color

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

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


#28afbc Background Color

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

This div background color is #28afbc


#28afbc Border Color

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

This div border color is #28afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28afbc


Comments

No comments written yet.

Please login to write comment.