Color Hex Logo

#28affc Color Hex

#28AFFC
(40,175,252)
0 Favorites   0 Comments

Color spaces of #28affc

RGB 40175252
HSL0.560.970.57
HSV202°84°99°
CMYK 0.840.310.00   0.01
XYZ33.775738.139397.6769
Yxy38.13930.19920.2249
Hunter Lab61.7570-10.4509-50.5451
CIE-Lab68.1232-8.4459-47.8490

#28affc color RGB value is (40,175,252).

#28affc hex color red value is 40, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #28affc hue: 0.56 , saturation: 0.97 and the lightness value of 28affc is 0.57.

The process color (four color CMYK) of #28affc color hex is 0.84, 0.31, 0.00, 0.01. Web safe color of #28affc is #3399ff. Color #28affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101111 11111100
Octal 50 257 374
Decimal 40 175 252
Hex 28 AF FC

RGB Percentages of Color #28affc

%8.57
%37.47
%53.96

CMYK Percentages of Color #28affc

%84
%31
%0
%1

Triadic Colors of #28affc

#28affc #fc28af #affc28

Analogous Colors of #28affc

#28affc #2845fc #28fcdf

Monochromatic Colors of #28affc

#28affc

Complementary Color

#28affc #fc7528

#28affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28affc Color CSS Codes

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

#28affc Text Font Color

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

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


#28affc Background Color

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

This div background color is #28affc


#28affc Border Color

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

This div border color is #28affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28affc

Related Colors


Comments

No comments written yet.

Please login to write comment.