Color Hex Logo

#28acee Color Hex

#28ACEE
(40,172,238)
0 Favorites   0 Comments

Color spaces of #28acee

RGB 40172238
HSL0.560.850.55
HSV200°83°93°
CMYK 0.830.280.00   0.07
XYZ31.060236.129286.2255
Yxy36.12920.20250.2355
Hunter Lab60.1076-12.9495-42.9774
CIE-Lab66.6185-11.7179-42.5898

#28acee color RGB value is (40,172,238).

#28acee hex color red value is 40, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #28acee hue: 0.56 , saturation: 0.85 and the lightness value of 28acee is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11101110
Octal 50 254 356
Decimal 40 172 238
Hex 28 AC EE

RGB Percentages of Color #28acee

%8.89
%38.22
%52.89

CMYK Percentages of Color #28acee

%83
%28
%0
%7

Triadic Colors of #28acee

#28acee #ee28ac #acee28

Analogous Colors of #28acee

#28acee #2849ee #28eecd

Monochromatic Colors of #28acee

#28acee

Complementary Color

#28acee #ee6a28

#28acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acee Color CSS Codes

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

#28acee Text Font Color

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

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


#28acee Background Color

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

This div background color is #28acee


#28acee Border Color

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

This div border color is #28acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acee


Comments

No comments written yet.

Please login to write comment.