Color Hex Logo

#72abec Color Hex

#72ABEC
(114,171,236)
0 Favorites   0 Comments

Color spaces of #72abec

RGB 114171236
HSL0.590.760.69
HSV212°52°93°
CMYK 0.520.280.00   0.07
XYZ36.642738.759484.9069
Yxy38.75940.22860.2418
Hunter Lab62.2570-3.8899-37.2805
CIE-Lab68.5766-0.6508-38.2657

#72abec color RGB value is (114,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11101100
Octal 162 253 354
Decimal 114 171 236
Hex 72 AB EC

RGB Percentages of Color #72abec

%21.88
%32.82
%45.30

CMYK Percentages of Color #72abec

%52
%28
%0
%7

Triadic Colors of #72abec

#72abec #ec72ab #abec72

Analogous Colors of #72abec

#72abec #7672ec #72e8ec

Monochromatic Colors of #72abec

#72abec

Complementary Color

#72abec #ecb372

#72abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abec Color CSS Codes

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

#72abec Text Font Color

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

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


#72abec Background Color

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

This div background color is #72abec


#72abec Border Color

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

This div border color is #72abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abec


Comments

No comments written yet.

Please login to write comment.