Color Hex Logo

#28dae1 Color Hex

#28DAE1
(40,218,225)
0 Favorites   0 Comments

Color spaces of #28dae1

RGB 40218225
HSL0.510.760.52
HSV182°82°88°
CMYK 0.820.030.00   0.12
XYZ39.537156.030279.9652
Yxy56.03020.22520.3192
Hunter Lab74.8533-36.7106-10.9417
CIE-Lab79.6310-38.9592-15.5635

#28dae1 color RGB value is (40,218,225).

#28dae1 hex color red value is 40, green value is 218 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #28dae1 hue: 0.51 , saturation: 0.76 and the lightness value of 28dae1 is 0.52.

The process color (four color CMYK) of #28dae1 color hex is 0.82, 0.03, 0.00, 0.12. Web safe color of #28dae1 is #33cccc. Color #28dae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011010 11100001
Octal 50 332 341
Decimal 40 218 225
Hex 28 DA E1

RGB Percentages of Color #28dae1

%8.28
%45.13
%46.58

CMYK Percentages of Color #28dae1

%82
%3
%0
%12

Triadic Colors of #28dae1

#28dae1 #e128da #dae128

Analogous Colors of #28dae1

#28dae1 #287ee1 #28e18c

Monochromatic Colors of #28dae1

#28dae1

Complementary Color

#28dae1 #e12f28

#28dae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28dae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#28dae1 Color CSS Codes

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

#28dae1 Text Font Color

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

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


#28dae1 Background Color

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

This div background color is #28dae1


#28dae1 Border Color

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

This div border color is #28dae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28dae1


Comments

No comments written yet.

Please login to write comment.