Color Hex Logo

#72aefe Color Hex

#72AEFE
(114,174,254)
0 Favorites   0 Comments

Color spaces of #72aefe

RGB 114174254
HSL0.600.990.72
HSV214°55°100°
CMYK 0.550.310.00   0.00
XYZ39.964941.005399.5744
Yxy41.00530.22140.2271
Hunter Lab64.0354-0.6589-47.3706
CIE-Lab70.17963.1208-45.5444

#72aefe color RGB value is (114,174,254).

#72aefe hex color red value is 114, green value is 174 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #72aefe hue: 0.60 , saturation: 0.99 and the lightness value of 72aefe is 0.72.

The process color (four color CMYK) of #72aefe color hex is 0.55, 0.31, 0.00, 0.00. Web safe color of #72aefe is #6699ff. Color #72aefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101110 11111110
Octal 162 256 376
Decimal 114 174 254
Hex 72 AE FE

RGB Percentages of Color #72aefe

%21.03
%32.10
%46.86

CMYK Percentages of Color #72aefe

%55
%31
%0
%0

Triadic Colors of #72aefe

#72aefe #fe72ae #aefe72

Analogous Colors of #72aefe

#72aefe #7c72fe #72f4fe

Monochromatic Colors of #72aefe

#72aefe

Complementary Color

#72aefe #fec272

#72aefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aefe Color CSS Codes

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

#72aefe Text Font Color

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

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


#72aefe Background Color

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

This div background color is #72aefe


#72aefe Border Color

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

This div border color is #72aefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aefe

Related Colors


Comments

No comments written yet.

Please login to write comment.