Color Hex Logo

#72acde Color Hex

#72ACDE
(114,172,222)
0 Favorites   0 Comments

Color spaces of #72acde

RGB 114172222
HSL0.580.620.66
HSV208°49°87°
CMYK 0.490.230.00   0.13
XYZ34.876838.356474.6726
Yxy38.35640.23580.2593
Hunter Lab61.9325-7.8612-28.1337
CIE-Lab68.2825-5.3252-31.0577

#72acde color RGB value is (114,172,222).

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

The process color (four color CMYK) of #72acde color hex is 0.49, 0.23, 0.00, 0.13. Web safe color of #72acde is #6699cc. Color #72acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101100 11011110
Octal 162 254 336
Decimal 114 172 222
Hex 72 AC DE

RGB Percentages of Color #72acde

%22.44
%33.86
%43.70

CMYK Percentages of Color #72acde

%49
%23
%0
%13

Triadic Colors of #72acde

#72acde #de72ac #acde72

Analogous Colors of #72acde

#72acde #7276de #72deda

Monochromatic Colors of #72acde

#72acde

Complementary Color

#72acde #dea472

#72acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#72acde Color CSS Codes

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

#72acde Text Font Color

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

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


#72acde Background Color

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

This div background color is #72acde


#72acde Border Color

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

This div border color is #72acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72acde


Comments

No comments written yet.

Please login to write comment.