Color Hex Logo

#72abce Color Hex

#72ABCE
(114,171,206)
0 Favorites   0 Comments

Color spaces of #72abce

RGB 114171206
HSL0.560.480.63
HSV203°45°81°
CMYK 0.450.170.00   0.19
XYZ32.642937.159563.8445
Yxy37.15950.24420.2780
Hunter Lab60.9586-11.0920-19.4259
CIE-Lab67.3965-9.3183-23.6112

#72abce color RGB value is (114,171,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11001110
Octal 162 253 316
Decimal 114 171 206
Hex 72 AB CE

RGB Percentages of Color #72abce

%23.22
%34.83
%41.96

CMYK Percentages of Color #72abce

%45
%17
%0
%19

Triadic Colors of #72abce

#72abce #ce72ab #abce72

Analogous Colors of #72abce

#72abce #727dce #72cec3

Monochromatic Colors of #72abce

#72abce

Complementary Color

#72abce #ce9572

#72abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abce Color CSS Codes

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

#72abce Text Font Color

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

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


#72abce Background Color

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

This div background color is #72abce


#72abce Border Color

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

This div border color is #72abce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,171,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 #72abce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abce


Comments

No comments written yet.

Please login to write comment.