Color Hex Logo

#28effb Color Hex

#28EFFB
(40,239,251)
0 Favorites   0 Comments

Color spaces of #28effb

RGB 40239251
HSL0.510.960.57
HSV183°84°98°
CMYK 0.840.050.00   0.02
XYZ49.154269.1492102.0232
Yxy69.14920.22310.3138
Hunter Lab83.1560-40.0102-14.5331
CIE-Lab86.5779-40.8076-18.8501

#28effb color RGB value is (40,239,251).

#28effb hex color red value is 40, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #28effb hue: 0.51 , saturation: 0.96 and the lightness value of 28effb is 0.57.

The process color (four color CMYK) of #28effb color hex is 0.84, 0.05, 0.00, 0.02. Web safe color of #28effb is #33ffff. Color #28effb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11101111 11111011
Octal 50 357 373
Decimal 40 239 251
Hex 28 EF FB

RGB Percentages of Color #28effb

%7.55
%45.09
%47.36

CMYK Percentages of Color #28effb

%84
%5
%0
%2

Triadic Colors of #28effb

#28effb #fb28ef #effb28

Analogous Colors of #28effb

#28effb #2886fb #28fb9e

Monochromatic Colors of #28effb

#28effb

Complementary Color

#28effb #fb3428

#28effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28effb Color CSS Codes

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

#28effb Text Font Color

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

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


#28effb Background Color

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

This div background color is #28effb


#28effb Border Color

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

This div border color is #28effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28effb

Related Colors


Comments

No comments written yet.

Please login to write comment.