Color Hex Logo

#72aaea Color Hex

#72AAEA
(114,170,234)
0 Favorites   0 Comments

Color spaces of #72aaea

RGB 114170234
HSL0.590.740.68
HSV212°51°92°
CMYK 0.510.270.00   0.08
XYZ36.165438.267483.3221
Yxy38.26740.22930.2426
Hunter Lab61.8606-3.9002-36.5572
CIE-Lab68.2172-0.6887-37.7328

#72aaea color RGB value is (114,170,234).

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

The process color (four color CMYK) of #72aaea color hex is 0.51, 0.27, 0.00, 0.08. Web safe color of #72aaea is #6699ff. Color #72aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 11101010
Octal 162 252 352
Decimal 114 170 234
Hex 72 AA EA

RGB Percentages of Color #72aaea

%22.01
%32.82
%45.17

CMYK Percentages of Color #72aaea

%51
%27
%0
%8

Triadic Colors of #72aaea

#72aaea #ea72aa #aaea72

Analogous Colors of #72aaea

#72aaea #7672ea #72e6ea

Monochromatic Colors of #72aaea

#72aaea

Complementary Color

#72aaea #eab272

#72aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aaea Color CSS Codes

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

#72aaea Text Font Color

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

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


#72aaea Background Color

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

This div background color is #72aaea


#72aaea Border Color

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

This div border color is #72aaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,170,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aaea


Comments

No comments written yet.

Please login to write comment.