Color Hex Logo

#72adce Color Hex

#72ADCE
(114,173,206)
0 Favorites   0 Comments

Color spaces of #72adce

RGB 114173206
HSL0.560.480.63
HSV202°45°81°
CMYK 0.450.160.00   0.19
XYZ33.023637.920863.9714
Yxy37.92080.24480.2811
Hunter Lab61.5799-12.0401-18.4867
CIE-Lab67.9622-10.4006-22.7468

#72adce color RGB value is (114,173,206).

#72adce hex color red value is 114, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #72adce hue: 0.56 , saturation: 0.48 and the lightness value of 72adce is 0.63.

The process color (four color CMYK) of #72adce color hex is 0.45, 0.16, 0.00, 0.19. Web safe color of #72adce is #6699cc. Color #72adce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 11001110
Octal 162 255 316
Decimal 114 173 206
Hex 72 AD CE

RGB Percentages of Color #72adce

%23.12
%35.09
%41.78

CMYK Percentages of Color #72adce

%45
%16
%0
%19

Triadic Colors of #72adce

#72adce #ce72ad #adce72

Analogous Colors of #72adce

#72adce #727fce #72cec1

Monochromatic Colors of #72adce

#72adce

Complementary Color

#72adce #ce9372

#72adce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adce Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adce Color CSS Codes

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

#72adce Text Font Color

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

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


#72adce Background Color

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

This div background color is #72adce


#72adce Border Color

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

This div border color is #72adce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adce


Comments

No comments written yet.

Please login to write comment.