Color Hex Logo

#28aeee Color Hex

#28AEEE
(40,174,238)
0 Favorites   0 Comments

Color spaces of #28aeee

RGB 40174238
HSL0.550.850.55
HSV199°83°93°
CMYK 0.830.270.00   0.07
XYZ31.443736.896386.3534
Yxy36.89630.20330.2385
Hunter Lab60.7423-13.8973-41.7691
CIE-Lab67.1992-12.8090-41.6802

#28aeee color RGB value is (40,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101110 11101110
Octal 50 256 356
Decimal 40 174 238
Hex 28 AE EE

RGB Percentages of Color #28aeee

%8.85
%38.50
%52.65

CMYK Percentages of Color #28aeee

%83
%27
%0
%7

Triadic Colors of #28aeee

#28aeee #ee28ae #aeee28

Analogous Colors of #28aeee

#28aeee #284bee #28eecb

Monochromatic Colors of #28aeee

#28aeee

Complementary Color

#28aeee #ee6828

#28aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aeee Color CSS Codes

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

#28aeee Text Font Color

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

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


#28aeee Background Color

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

This div background color is #28aeee


#28aeee Border Color

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

This div border color is #28aeee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,174,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 #28aeee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aeee


Comments

No comments written yet.

Please login to write comment.