Color Hex Logo

#28ebdf Color Hex

#28EBDF
(40,235,223)
0 Favorites   0 Comments

Color spaces of #28ebdf

RGB 40235223
HSL0.490.830.54
HSV176°83°92°
CMYK 0.830.000.05   0.08
XYZ43.902765.195580.0821
Yxy65.19550.23210.3446
Hunter Lab80.7437-44.2459-2.2836
CIE-Lab84.5844-47.0491-7.1110

#28ebdf color RGB value is (40,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101011 11011111
Octal 50 353 337
Decimal 40 235 223
Hex 28 EB DF

RGB Percentages of Color #28ebdf

%8.03
%47.19
%44.78

CMYK Percentages of Color #28ebdf

%83
%0
%5
%8

Triadic Colors of #28ebdf

#28ebdf #df28eb #ebdf28

Analogous Colors of #28ebdf

#28ebdf #2896eb #28eb7e

Monochromatic Colors of #28ebdf

#28ebdf

Complementary Color

#28ebdf #eb2834

#28ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ebdf Color CSS Codes

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

#28ebdf Text Font Color

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

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


#28ebdf Background Color

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

This div background color is #28ebdf


#28ebdf Border Color

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

This div border color is #28ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ebdf


Comments

No comments written yet.

Please login to write comment.