Color Hex Logo

#72aced Color Hex

#72ACED
(114,172,237)
0 Favorites   0 Comments

Color spaces of #72aced

RGB 114172237
HSL0.590.770.69
HSV212°52°93°
CMYK 0.520.270.00   0.07
XYZ36.978039.196985.7376
Yxy39.19690.22840.2421
Hunter Lab62.6074-4.1350-37.3694
CIE-Lab68.8937-0.9107-38.3175

#72aced color RGB value is (114,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 11101101
Octal 162 254 355
Decimal 114 172 237
Hex 72 AC ED

RGB Percentages of Color #72aced

%21.80
%32.89
%45.32

CMYK Percentages of Color #72aced

%52
%27
%0
%7

Triadic Colors of #72aced

#72aced #ed72ac #aced72

Analogous Colors of #72aced

#72aced #7672ed #72eaed

Monochromatic Colors of #72aced

#72aced

Complementary Color

#72aced #edb372

#72aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aced Color CSS Codes

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

#72aced Text Font Color

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

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


#72aced Background Color

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

This div background color is #72aced


#72aced Border Color

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

This div border color is #72aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aced


Comments

No comments written yet.

Please login to write comment.