Color Hex Logo

#28edfd Color Hex

#28EDFD
(40,237,253)
0 Favorites   0 Comments

Color spaces of #28edfd

RGB 40237253
HSL0.510.980.57
HSV185°84°99°
CMYK 0.840.060.00   0.01
XYZ48.888968.1113103.4986
Yxy68.11130.22170.3089
Hunter Lab82.5296-38.6868-16.5836
CIE-Lab86.0621-39.3076-20.6783

#28edfd color RGB value is (40,237,253).

#28edfd hex color red value is 40, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #28edfd hue: 0.51 , saturation: 0.98 and the lightness value of 28edfd is 0.57.

The process color (four color CMYK) of #28edfd color hex is 0.84, 0.06, 0.00, 0.01. Web safe color of #28edfd is #33ffff. Color #28edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101101 11111101
Octal 50 355 375
Decimal 40 237 253
Hex 28 ED FD

RGB Percentages of Color #28edfd

%7.55
%44.72
%47.74

CMYK Percentages of Color #28edfd

%84
%6
%0
%1

Triadic Colors of #28edfd

#28edfd #fd28ed #edfd28

Analogous Colors of #28edfd

#28edfd #2883fd #28fda3

Monochromatic Colors of #28edfd

#28edfd

Complementary Color

#28edfd #fd3828

#28edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28edfd Color CSS Codes

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

#28edfd Text Font Color

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

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


#28edfd Background Color

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

This div background color is #28edfd


#28edfd Border Color

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

This div border color is #28edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28edfd


Comments

No comments written yet.

Please login to write comment.