Color Hex Logo

#28afef Color Hex

#28AFEF
(40,175,239)
0 Favorites   0 Comments

Color spaces of #28afef

RGB 40175239
HSL0.550.860.55
HSV199°83°94°
CMYK 0.830.270.00   0.06
XYZ31.785037.343187.1940
Yxy37.34310.20330.2389
Hunter Lab61.1090-14.0965-41.8222
CIE-Lab67.5336-13.0041-41.7022

#28afef color RGB value is (40,175,239).

#28afef hex color red value is 40, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #28afef hue: 0.55 , saturation: 0.86 and the lightness value of 28afef is 0.55.

The process color (four color CMYK) of #28afef color hex is 0.83, 0.27, 0.00, 0.06. Web safe color of #28afef is #3399ff. Color #28afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101111 11101111
Octal 50 257 357
Decimal 40 175 239
Hex 28 AF EF

RGB Percentages of Color #28afef

%8.81
%38.55
%52.64

CMYK Percentages of Color #28afef

%83
%27
%0
%6

Triadic Colors of #28afef

#28afef #ef28af #afef28

Analogous Colors of #28afef

#28afef #284cef #28efcc

Monochromatic Colors of #28afef

#28afef

Complementary Color

#28afef #ef6828

#28afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#28afef Color CSS Codes

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

#28afef Text Font Color

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

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


#28afef Background Color

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

This div background color is #28afef


#28afef Border Color

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

This div border color is #28afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28afef


Comments

No comments written yet.

Please login to write comment.