Color Hex Logo

#28fefd Color Hex

#28FEFD
(40,254,253)
0 Favorites   0 Comments

Color spaces of #28fefd

RGB 40254253
HSL0.500.990.58
HSV180°84°100°
CMYK 0.840.000.00   0.00
XYZ54.046578.4266105.2178
Yxy78.42660.22740.3300
Hunter Lab88.5588-46.0412-8.4520
CIE-Lab90.9742-46.8611-13.2919

#28fefd color RGB value is (40,254,253).

#28fefd hex color red value is 40, green value is 254 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #28fefd hue: 0.50 , saturation: 0.99 and the lightness value of 28fefd is 0.58.

The process color (four color CMYK) of #28fefd color hex is 0.84, 0.00, 0.00, 0.00. Web safe color of #28fefd is #33ffff. Color #28fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11111110 11111101
Octal 50 376 375
Decimal 40 254 253
Hex 28 FE FD

RGB Percentages of Color #28fefd

%7.31
%46.44
%46.25

CMYK Percentages of Color #28fefd

%84
%0
%0
%0

Triadic Colors of #28fefd

#28fefd #fd28fe #fefd28

Analogous Colors of #28fefd

#28fefd #2894fe #28fe92

Monochromatic Colors of #28fefd

#28fefd

Complementary Color

#28fefd #fe2829

#28fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28fefd Color CSS Codes

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

#28fefd Text Font Color

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

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


#28fefd Background Color

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

This div background color is #28fefd


#28fefd Border Color

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

This div border color is #28fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.