Color Hex Logo

#28addc Color Hex

#28ADDC
(40,173,220)
0 Favorites   0 Comments

Color spaces of #28addc

RGB 40173220
HSL0.540.720.51
HSV196°82°86°
CMYK 0.820.210.00   0.14
XYZ28.736935.505673.0488
Yxy35.50560.20930.2586
Hunter Lab59.5866-18.1911-30.9746
CIE-Lab66.1404-18.4675-33.4631

#28addc color RGB value is (40,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 11011100
Octal 50 255 334
Decimal 40 173 220
Hex 28 AD DC

RGB Percentages of Color #28addc

%9.24
%39.95
%50.81

CMYK Percentages of Color #28addc

%82
%21
%0
%14

Triadic Colors of #28addc

#28addc #dc28ad #addc28

Analogous Colors of #28addc

#28addc #2853dc #28dcb1

Monochromatic Colors of #28addc

#28addc

Complementary Color

#28addc #dc5728

#28addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28addc Color CSS Codes

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

#28addc Text Font Color

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

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


#28addc Background Color

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

This div background color is #28addc


#28addc Border Color

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

This div border color is #28addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28addc


Comments

No comments written yet.

Please login to write comment.