color codes Logo

#72aec2 color codes

#72AEC2
(114,174,194)
0 Favorites   0 Comments

Color spaces of #72aec2

RGB 114174194
HSL0.540.400.60
HSV195°41°76°
CMYK 0.410.100.00   0.24
XYZ31.813137.744656.6476
Yxy37.74460.25210.2991
Hunter Lab61.4366-15.0833-11.6627
CIE-Lab67.8320-14.1877-16.3181

#72aec2 color RGB value is (114,174,194).

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

The process color (four color CMYK) of #72aec2 color code is 0.41, 0.10, 0.00, 0.24. Web safe color of #72aec2 is #6699cc. Color #72aec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101110 11000010
Octal 162 256 302
Decimal 114 174 194
Hex 72 AE C2

RGB Percentages of Color #72aec2

%23.65
%36.10
%40.25

CMYK Percentages of Color #72aec2

%41
%10
%0
%24

Triadic Colors of #72aec2

#72aec2 #c272ae #aec272

Analogous Colors of #72aec2

#72aec2 #7286c2 #72c2ae

Monochromatic Colors of #72aec2

#72aec2

Complementary Color

#72aec2 #c28672

#72aec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aec2 Color CSS Codes

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

#72aec2 Text Font Color

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

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


#72aec2 Background Color

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

This div background color is #72aec2


#72aec2 Border Color

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

This div border color is #72aec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aec2


Comments

No comments written yet.

Please login to write comment.