Color Hex Logo

#28ebea Color Hex

#28EBEA
(40,235,234)
0 Favorites   0 Comments

Color spaces of #28ebea

RGB 40235234
HSL0.500.830.54
HSV180°83°92°
CMYK 0.830.000.00   0.08
XYZ45.434765.808388.1495
Yxy65.80830.22790.3300
Hunter Lab81.1223-41.9904-7.6403
CIE-Lab84.8985-43.9588-12.4387

#28ebea color RGB value is (40,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101011 11101010
Octal 50 353 352
Decimal 40 235 234
Hex 28 EB EA

RGB Percentages of Color #28ebea

%7.86
%46.17
%45.97

CMYK Percentages of Color #28ebea

%83
%0
%0
%8

Triadic Colors of #28ebea

#28ebea #ea28eb #ebea28

Analogous Colors of #28ebea

#28ebea #288beb #28eb89

Monochromatic Colors of #28ebea

#28ebea

Complementary Color

#28ebea #eb2829

#28ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ebea Color CSS Codes

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

#28ebea Text Font Color

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

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


#28ebea Background Color

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

This div background color is #28ebea


#28ebea Border Color

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

This div border color is #28ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ebea


Comments

No comments written yet.

Please login to write comment.