Color Hex Logo

#28accb Color Hex

#28ACCB
(40,172,203)
0 Favorites   0 Comments

Color spaces of #28accb

RGB 40172203
HSL0.530.670.48
HSV191°80°80°
CMYK 0.800.150.00   0.20
XYZ26.407134.268061.7225
Yxy34.26800.21570.2800
Hunter Lab58.5389-21.9210-21.5373
CIE-Lab65.1747-23.6309-25.5663

#28accb color RGB value is (40,172,203).

#28accb hex color red value is 40, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #28accb hue: 0.53 , saturation: 0.67 and the lightness value of 28accb is 0.48.

The process color (four color CMYK) of #28accb color hex is 0.80, 0.15, 0.00, 0.20. Web safe color of #28accb is #3399cc. Color #28accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11001011
Octal 50 254 313
Decimal 40 172 203
Hex 28 AC CB

RGB Percentages of Color #28accb

%9.64
%41.45
%48.92

CMYK Percentages of Color #28accb

%80
%15
%0
%20

Triadic Colors of #28accb

#28accb #cb28ac #accb28

Analogous Colors of #28accb

#28accb #285bcb #28cb99

Monochromatic Colors of #28accb

#28accb

Complementary Color

#28accb #cb4728

#28accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28accb Color CSS Codes

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

#28accb Text Font Color

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

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


#28accb Background Color

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

This div background color is #28accb


#28accb Border Color

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

This div border color is #28accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28accb


Comments

No comments written yet.

Please login to write comment.