Color Hex Logo

#72acda Color Hex

#72ACDA
(114,172,218)
0 Favorites   0 Comments

Color spaces of #72acda

RGB 114172218
HSL0.570.580.65
HSV207°48°85°
CMYK 0.480.210.00   0.15
XYZ34.346838.144471.8820
Yxy38.14440.23790.2642
Hunter Lab61.7612-8.8141-25.7731
CIE-Lab68.1269-6.4772-29.1009

#72acda color RGB value is (114,172,218).

#72acda hex color red value is 114, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #72acda hue: 0.57 , saturation: 0.58 and the lightness value of 72acda is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 11011010
Octal 162 254 332
Decimal 114 172 218
Hex 72 AC DA

RGB Percentages of Color #72acda

%22.62
%34.13
%43.25

CMYK Percentages of Color #72acda

%48
%21
%0
%15

Triadic Colors of #72acda

#72acda #da72ac #acda72

Analogous Colors of #72acda

#72acda #7278da #72dad4

Monochromatic Colors of #72acda

#72acda

Complementary Color

#72acda #daa072

#72acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#72acda Color CSS Codes

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

#72acda Text Font Color

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

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


#72acda Background Color

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

This div background color is #72acda


#72acda Border Color

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

This div border color is #72acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72acda


Comments

No comments written yet.

Please login to write comment.