Color Hex Logo

#28abcc Color Hex

#28ABCC
(40,171,204)
0 Favorites   0 Comments

Color spaces of #28abcc

RGB 40171204
HSL0.530.670.48
HSV192°80°80°
CMYK 0.800.160.00   0.20
XYZ26.337133.936662.2890
Yxy33.93660.21490.2769
Hunter Lab58.2551-21.2468-22.6169
CIE-Lab64.9122-22.7879-26.5238

#28abcc color RGB value is (40,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101011 11001100
Octal 50 253 314
Decimal 40 171 204
Hex 28 AB CC

RGB Percentages of Color #28abcc

%9.64
%41.20
%49.16

CMYK Percentages of Color #28abcc

%80
%16
%0
%20

Triadic Colors of #28abcc

#28abcc #cc28ab #abcc28

Analogous Colors of #28abcc

#28abcc #2859cc #28cc9b

Monochromatic Colors of #28abcc

#28abcc

Complementary Color

#28abcc #cc4928

#28abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28abcc Color CSS Codes

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

#28abcc Text Font Color

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

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


#28abcc Background Color

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

This div background color is #28abcc


#28abcc Border Color

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

This div border color is #28abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28abcc


Comments

No comments written yet.

Please login to write comment.