Color Hex Logo

#72adec Color Hex

#72ADEC
(114,173,236)
0 Favorites   0 Comments

Color spaces of #72adec

RGB 114173236
HSL0.590.760.69
HSV211°52°93°
CMYK 0.520.270.00   0.07
XYZ37.023339.520785.0338
Yxy39.52070.22910.2446
Hunter Lab62.8655-4.8908-36.1916
CIE-Lab69.1268-1.7666-37.4089

#72adec color RGB value is (114,173,236).

#72adec hex color red value is 114, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #72adec hue: 0.59 , saturation: 0.76 and the lightness value of 72adec is 0.69.

The process color (four color CMYK) of #72adec color hex is 0.52, 0.27, 0.00, 0.07. Web safe color of #72adec is #6699ff. Color #72adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 11101100
Octal 162 255 354
Decimal 114 173 236
Hex 72 AD EC

RGB Percentages of Color #72adec

%21.80
%33.08
%45.12

CMYK Percentages of Color #72adec

%52
%27
%0
%7

Triadic Colors of #72adec

#72adec #ec72ad #adec72

Analogous Colors of #72adec

#72adec #7472ec #72eaec

Monochromatic Colors of #72adec

#72adec

Complementary Color

#72adec #ecb172

#72adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adec Color CSS Codes

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

#72adec Text Font Color

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

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


#72adec Background Color

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

This div background color is #72adec


#72adec Border Color

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

This div border color is #72adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adec


Comments

No comments written yet.

Please login to write comment.