Color Hex Logo

#28aedc Color Hex

#28AEDC
(40,174,220)
0 Favorites   0 Comments

Color spaces of #28aedc

RGB 40174220
HSL0.540.720.51
HSV195°82°86°
CMYK 0.820.210.00   0.14
XYZ28.929435.890573.1130
Yxy35.89050.20970.2602
Hunter Lab59.9087-18.6440-30.4219
CIE-Lab66.4362-18.9947-33.0044

#28aedc color RGB value is (40,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 11011100
Octal 50 256 334
Decimal 40 174 220
Hex 28 AE DC

RGB Percentages of Color #28aedc

%9.22
%40.09
%50.69

CMYK Percentages of Color #28aedc

%82
%21
%0
%14

Triadic Colors of #28aedc

#28aedc #dc28ae #aedc28

Analogous Colors of #28aedc

#28aedc #2854dc #28dcb0

Monochromatic Colors of #28aedc

#28aedc

Complementary Color

#28aedc #dc5628

#28aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aedc Color CSS Codes

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

#28aedc Text Font Color

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

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


#28aedc Background Color

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

This div background color is #28aedc


#28aedc Border Color

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

This div border color is #28aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aedc


Comments

No comments written yet.

Please login to write comment.