Color Hex Logo

#28efbd Color Hex

#28EFBD
(40,239,189)
0 Favorites   0 Comments

Color spaces of #28efbd

RGB 40239189
HSL0.460.860.55
HSV165°83°94°
CMYK 0.830.000.21   0.06
XYZ40.926965.858258.6990
Yxy65.85820.24730.3980
Hunter Lab81.1531-51.997213.9220
CIE-Lab84.9240-57.450911.2323

#28efbd color RGB value is (40,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101111 10111101
Octal 50 357 275
Decimal 40 239 189
Hex 28 EF BD

RGB Percentages of Color #28efbd

%8.55
%51.07
%40.38

CMYK Percentages of Color #28efbd

%83
%0
%21
%6

Triadic Colors of #28efbd

#28efbd #bd28ef #efbd28

Analogous Colors of #28efbd

#28efbd #28beef #28ef5a

Monochromatic Colors of #28efbd

#28efbd

Complementary Color

#28efbd #ef285a

#28efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28efbd Color CSS Codes

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

#28efbd Text Font Color

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

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


#28efbd Background Color

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

This div background color is #28efbd


#28efbd Border Color

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

This div border color is #28efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28efbd


Comments

No comments written yet.

Please login to write comment.