Color Hex Logo

#28efeb Color Hex

#28EFEB
(40,239,235)
0 Favorites   0 Comments

Color spaces of #28efeb

RGB 40239235
HSL0.500.860.55
HSV179°83°94°
CMYK 0.830.000.02   0.06
XYZ46.737068.182389.2945
Yxy68.18230.22890.3339
Hunter Lab82.5726-43.4690-6.3158
CIE-Lab86.0975-45.4267-11.1751

#28efeb color RGB value is (40,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101111 11101011
Octal 50 357 353
Decimal 40 239 235
Hex 28 EF EB

RGB Percentages of Color #28efeb

%7.78
%46.50
%45.72

CMYK Percentages of Color #28efeb

%83
%0
%2
%6

Triadic Colors of #28efeb

#28efeb #eb28ef #efeb28

Analogous Colors of #28efeb

#28efeb #2890ef #28ef88

Monochromatic Colors of #28efeb

#28efeb

Complementary Color

#28efeb #ef282c

#28efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28efeb Color CSS Codes

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

#28efeb Text Font Color

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

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


#28efeb Background Color

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

This div background color is #28efeb


#28efeb Border Color

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

This div border color is #28efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28efeb


Comments

No comments written yet.

Please login to write comment.