Color Hex Logo

#28afcc Color Hex

#28AFCC
(40,175,204)
0 Favorites   0 Comments

Color spaces of #28afcc

RGB 40175204
HSL0.530.670.48
HSV191°80°80°
CMYK 0.800.140.00   0.20
XYZ27.104135.470762.5447
Yxy35.47070.21660.2835
Hunter Lab59.5573-22.9912-20.5739
CIE-Lab66.1135-24.8317-24.6795

#28afcc color RGB value is (40,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101111 11001100
Octal 50 257 314
Decimal 40 175 204
Hex 28 AF CC

RGB Percentages of Color #28afcc

%9.55
%41.77
%48.69

CMYK Percentages of Color #28afcc

%80
%14
%0
%20

Triadic Colors of #28afcc

#28afcc #cc28af #afcc28

Analogous Colors of #28afcc

#28afcc #285dcc #28cc97

Monochromatic Colors of #28afcc

#28afcc

Complementary Color

#28afcc #cc4528

#28afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28afcc Color CSS Codes

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

#28afcc Text Font Color

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

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


#28afcc Background Color

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

This div background color is #28afcc


#28afcc Border Color

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

This div border color is #28afcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28afcc


Comments

No comments written yet.

Please login to write comment.