Color Hex Logo

#28befa Color Hex

#28BEFA
(40,190,250)
0 Favorites   0 Comments

Color spaces of #28befa

RGB 40190250
HSL0.550.950.57
HSV197°84°98°
CMYK 0.840.240.00   0.02
XYZ36.543844.180297.0440
Yxy44.18020.20560.2485
Hunter Lab66.4682-18.1811-40.0361
CIE-Lab72.3488-17.2378-40.1459

#28befa color RGB value is (40,190,250).

#28befa hex color red value is 40, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #28befa hue: 0.55 , saturation: 0.95 and the lightness value of 28befa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111110 11111010
Octal 50 276 372
Decimal 40 190 250
Hex 28 BE FA

RGB Percentages of Color #28befa

%8.33
%39.58
%52.08

CMYK Percentages of Color #28befa

%84
%24
%0
%2

Triadic Colors of #28befa

#28befa #fa28be #befa28

Analogous Colors of #28befa

#28befa #2855fa #28facd

Monochromatic Colors of #28befa

#28befa

Complementary Color

#28befa #fa6428

#28befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#28befa Color CSS Codes

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

#28befa Text Font Color

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

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


#28befa Background Color

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

This div background color is #28befa


#28befa Border Color

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

This div border color is #28befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28befa


Comments

No comments written yet.

Please login to write comment.