Color Hex Logo

#72aaee Color Hex

#72AAEE
(114,170,238)
0 Favorites   0 Comments

Color spaces of #72aaee

RGB 114170238
HSL0.590.780.69
HSV213°52°93°
CMYK 0.520.290.00   0.07
XYZ36.746838.499986.3834
Yxy38.49990.22740.2382
Hunter Lab62.0483-2.8716-39.1095
CIE-Lab68.38740.5089-39.6528

#72aaee color RGB value is (114,170,238).

#72aaee hex color red value is 114, green value is 170 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #72aaee hue: 0.59 , saturation: 0.78 and the lightness value of 72aaee is 0.69.

The process color (four color CMYK) of #72aaee color hex is 0.52, 0.29, 0.00, 0.07. Web safe color of #72aaee is #6699ff. Color #72aaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 11101110
Octal 162 252 356
Decimal 114 170 238
Hex 72 AA EE

RGB Percentages of Color #72aaee

%21.84
%32.57
%45.59

CMYK Percentages of Color #72aaee

%52
%29
%0
%7

Triadic Colors of #72aaee

#72aaee #ee72aa #aaee72

Analogous Colors of #72aaee

#72aaee #7872ee #72e8ee

Monochromatic Colors of #72aaee

#72aaee

Complementary Color

#72aaee #eeb672

#72aaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aaee Color CSS Codes

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

#72aaee Text Font Color

<p style="color:#72aaee">Text here</p>

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


#72aaee Background Color

<div style="background-color:#72aaee">
Div content here</div>

This div background color is #72aaee


#72aaee Border Color

<div style="border:3px solid #72aaee">
Div here</div>

This div border color is #72aaee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,170,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72aaee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72aaee;
  -webkit-box-shadow: 1px 1px 3px 2px #72aaee;
  box-shadow:         1px 1px 3px 2px #72aaee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,170,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 #72aaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aaee


Comments

No comments written yet.

Please login to write comment.