Color Hex Logo

#28aeeb Color Hex

#28AEEB
(40,174,235)
0 Favorites   0 Comments

Color spaces of #28aeeb

RGB 40174235
HSL0.550.830.54
HSV199°83°92°
CMYK 0.830.260.00   0.08
XYZ31.006536.721484.0510
Yxy36.72140.20430.2419
Hunter Lab60.5982-14.7131-39.8178
CIE-Lab67.0675-13.8517-40.2470

#28aeeb color RGB value is (40,174,235).

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

The process color (four color CMYK) of #28aeeb color hex is 0.83, 0.26, 0.00, 0.08. Web safe color of #28aeeb is #3399ff. Color #28aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 11101011
Octal 50 256 353
Decimal 40 174 235
Hex 28 AE EB

RGB Percentages of Color #28aeeb

%8.91
%38.75
%52.34

CMYK Percentages of Color #28aeeb

%83
%26
%0
%8

Triadic Colors of #28aeeb

#28aeeb #eb28ae #aeeb28

Analogous Colors of #28aeeb

#28aeeb #284deb #28ebc7

Monochromatic Colors of #28aeeb

#28aeeb

Complementary Color

#28aeeb #eb6528

#28aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aeeb Color CSS Codes

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

#28aeeb Text Font Color

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

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


#28aeeb Background Color

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

This div background color is #28aeeb


#28aeeb Border Color

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

This div border color is #28aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aeeb


Comments

No comments written yet.

Please login to write comment.