Color Hex Logo

#72aecc Color Hex

#72AECC
(114,174,204)
0 Favorites   0 Comments

Color spaces of #72aecc

RGB 114174204
HSL0.560.470.62
HSV200°44°80°
CMYK 0.440.150.00   0.20
XYZ32.974638.209162.7639
Yxy38.20910.24620.2853
Hunter Lab61.8135-12.9523-16.9321
CIE-Lab68.1744-11.4894-21.3202

#72aecc color RGB value is (114,174,204).

#72aecc hex color red value is 114, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #72aecc hue: 0.56 , saturation: 0.47 and the lightness value of 72aecc is 0.62.

The process color (four color CMYK) of #72aecc color hex is 0.44, 0.15, 0.00, 0.20. Web safe color of #72aecc is #6699cc. Color #72aecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101110 11001100
Octal 162 256 314
Decimal 114 174 204
Hex 72 AE CC

RGB Percentages of Color #72aecc

%23.17
%35.37
%41.46

CMYK Percentages of Color #72aecc

%44
%15
%0
%20

Triadic Colors of #72aecc

#72aecc #cc72ae #aecc72

Analogous Colors of #72aecc

#72aecc #7281cc #72ccbd

Monochromatic Colors of #72aecc

#72aecc

Complementary Color

#72aecc #cc9072

#72aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aecc Color CSS Codes

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

#72aecc Text Font Color

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

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


#72aecc Background Color

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

This div background color is #72aecc


#72aecc Border Color

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

This div border color is #72aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aecc


Comments

No comments written yet.

Please login to write comment.