Color Hex Logo

#28efdf Color Hex

#28EFDF
(40,239,223)
0 Favorites   0 Comments

Color spaces of #28efdf

RGB 40239223
HSL0.490.860.55
HSV175°83°94°
CMYK 0.830.000.07   0.06
XYZ45.060967.511880.4682
Yxy67.51180.23340.3497
Hunter Lab82.1656-45.8975-0.5493
CIE-Lab85.7617-48.7546-5.3708

#28efdf color RGB value is (40,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101111 11011111
Octal 50 357 337
Decimal 40 239 223
Hex 28 EF DF

RGB Percentages of Color #28efdf

%7.97
%47.61
%44.42

CMYK Percentages of Color #28efdf

%83
%0
%7
%6

Triadic Colors of #28efdf

#28efdf #df28ef #efdf28

Analogous Colors of #28efdf

#28efdf #289cef #28ef7c

Monochromatic Colors of #28efdf

#28efdf

Complementary Color

#28efdf #ef2838

#28efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28efdf Color CSS Codes

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

#28efdf Text Font Color

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

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


#28efdf Background Color

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

This div background color is #28efdf


#28efdf Border Color

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

This div border color is #28efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28efdf


Comments

No comments written yet.

Please login to write comment.