Color Hex Logo

#28baee Color Hex

#28BAEE
(40,186,238)
0 Favorites   0 Comments

Color spaces of #28baee

RGB 40186238
HSL0.540.850.55
HSV196°83°93°
CMYK 0.830.220.00   0.07
XYZ33.866641.742087.1610
Yxy41.74200.20810.2564
Hunter Lab64.6080-19.4970-34.7609
CIE-Lab70.6927-19.2040-36.2322

#28baee color RGB value is (40,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111010 11101110
Octal 50 272 356
Decimal 40 186 238
Hex 28 BA EE

RGB Percentages of Color #28baee

%8.62
%40.09
%51.29

CMYK Percentages of Color #28baee

%83
%22
%0
%7

Triadic Colors of #28baee

#28baee #ee28ba #baee28

Analogous Colors of #28baee

#28baee #2857ee #28eebf

Monochromatic Colors of #28baee

#28baee

Complementary Color

#28baee #ee5c28

#28baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#28baee Color CSS Codes

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

#28baee Text Font Color

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

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


#28baee Background Color

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

This div background color is #28baee


#28baee Border Color

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

This div border color is #28baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28baee


Comments

No comments written yet.

Please login to write comment.