Color Hex Logo

#72adcd Color Hex

#72ADCD
(114,173,205)
0 Favorites   0 Comments

Color spaces of #72adcd

RGB 114173205
HSL0.560.480.63
HSV201°44°80°
CMYK 0.440.160.00   0.20
XYZ32.902437.872363.3336
Yxy37.87230.24530.2824
Hunter Lab61.5405-12.2614-17.9392
CIE-Lab67.9264-10.6768-22.2499

#72adcd color RGB value is (114,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101101 11001101
Octal 162 255 315
Decimal 114 173 205
Hex 72 AD CD

RGB Percentages of Color #72adcd

%23.17
%35.16
%41.67

CMYK Percentages of Color #72adcd

%44
%16
%0
%20

Triadic Colors of #72adcd

#72adcd #cd72ad #adcd72

Analogous Colors of #72adcd

#72adcd #7280cd #72cdc0

Monochromatic Colors of #72adcd

#72adcd

Complementary Color

#72adcd #cd9272

#72adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72adcd Color CSS Codes

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

#72adcd Text Font Color

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

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


#72adcd Background Color

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

This div background color is #72adcd


#72adcd Border Color

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

This div border color is #72adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72adcd


Comments

No comments written yet.

Please login to write comment.