Color Hex Logo

#28acdc Color Hex

#28ACDC
(40,172,220)
0 Favorites   0 Comments

Color spaces of #28acdc

RGB 40172220
HSL0.540.720.51
HSV196°82°86°
CMYK 0.820.220.00   0.14
XYZ28.545935.123572.9851
Yxy35.12350.20890.2570
Hunter Lab59.2651-17.7367-31.5302
CIE-Lab65.8447-17.9380-33.9220

#28acdc color RGB value is (40,172,220).

#28acdc hex color red value is 40, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #28acdc hue: 0.54 , saturation: 0.72 and the lightness value of 28acdc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11011100
Octal 50 254 334
Decimal 40 172 220
Hex 28 AC DC

RGB Percentages of Color #28acdc

%9.26
%39.81
%50.93

CMYK Percentages of Color #28acdc

%82
%22
%0
%14

Triadic Colors of #28acdc

#28acdc #dc28ac #acdc28

Analogous Colors of #28acdc

#28acdc #2852dc #28dcb2

Monochromatic Colors of #28acdc

#28acdc

Complementary Color

#28acdc #dc5828

#28acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acdc Color CSS Codes

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

#28acdc Text Font Color

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

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


#28acdc Background Color

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

This div background color is #28acdc


#28acdc Border Color

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

This div border color is #28acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acdc


Comments

No comments written yet.

Please login to write comment.