Color Hex Logo

#28beef Color Hex

#28BEEF
(40,190,239)
0 Favorites   0 Comments

Color spaces of #28beef

RGB 40190239
HSL0.540.860.55
HSV195°83°94°
CMYK 0.830.210.00   0.06
XYZ34.868543.510088.2219
Yxy43.51000.20930.2612
Hunter Lab65.9621-21.0761-33.1247
CIE-Lab71.8998-20.9454-34.9014

#28beef color RGB value is (40,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111110 11101111
Octal 50 276 357
Decimal 40 190 239
Hex 28 BE EF

RGB Percentages of Color #28beef

%8.53
%40.51
%50.96

CMYK Percentages of Color #28beef

%83
%21
%0
%6

Triadic Colors of #28beef

#28beef #ef28be #beef28

Analogous Colors of #28beef

#28beef #285bef #28efbd

Monochromatic Colors of #28beef

#28beef

Complementary Color

#28beef #ef5928

#28beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#28beef Color CSS Codes

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

#28beef Text Font Color

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

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


#28beef Background Color

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

This div background color is #28beef


#28beef Border Color

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

This div border color is #28beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28beef


Comments

No comments written yet.

Please login to write comment.