Color Hex Logo

#28dfee Color Hex

#28DFEE
(40,223,238)
0 Favorites   0 Comments

Color spaces of #28dfee

RGB 40223238
HSL0.510.850.55
HSV185°83°93°
CMYK 0.830.060.00   0.07
XYZ42.695459.399590.1039
Yxy59.39950.22210.3091
Hunter Lab77.0711-35.9899-15.3663
CIE-Lab81.5107-37.3763-19.6474

#28dfee color RGB value is (40,223,238).

#28dfee hex color red value is 40, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #28dfee hue: 0.51 , saturation: 0.85 and the lightness value of 28dfee is 0.55.

The process color (four color CMYK) of #28dfee color hex is 0.83, 0.06, 0.00, 0.07. Web safe color of #28dfee is #33ccff. Color #28dfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011111 11101110
Octal 50 337 356
Decimal 40 223 238
Hex 28 DF EE

RGB Percentages of Color #28dfee

%7.98
%44.51
%47.50

CMYK Percentages of Color #28dfee

%83
%6
%0
%7

Triadic Colors of #28dfee

#28dfee #ee28df #dfee28

Analogous Colors of #28dfee

#28dfee #287cee #28ee9a

Monochromatic Colors of #28dfee

#28dfee

Complementary Color

#28dfee #ee3728

#28dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#28dfee Color CSS Codes

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

#28dfee Text Font Color

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

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


#28dfee Background Color

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

This div background color is #28dfee


#28dfee Border Color

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

This div border color is #28dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28dfee


Comments

No comments written yet.

Please login to write comment.