Color Hex Logo

#72abbf Color Hex

#72ABBF
(114,171,191)
0 Favorites   0 Comments

Color spaces of #72abbf

RGB 114171191
HSL0.540.380.60
HSV196°40°75°
CMYK 0.400.100.00   0.25
XYZ30.906336.464854.6997
Yxy36.46480.25320.2987
Hunter Lab60.3861-14.3173-11.4366
CIE-Lab66.8735-13.3869-16.1052

#72abbf color RGB value is (114,171,191).

#72abbf hex color red value is 114, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #72abbf hue: 0.54 , saturation: 0.38 and the lightness value of 72abbf is 0.60.

The process color (four color CMYK) of #72abbf color hex is 0.40, 0.10, 0.00, 0.25. Web safe color of #72abbf is #6699cc. Color #72abbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 10111111
Octal 162 253 277
Decimal 114 171 191
Hex 72 AB BF

RGB Percentages of Color #72abbf

%23.95
%35.92
%40.13

CMYK Percentages of Color #72abbf

%40
%10
%0
%25

Triadic Colors of #72abbf

#72abbf #bf72ab #abbf72

Analogous Colors of #72abbf

#72abbf #7285bf #72bfad

Monochromatic Colors of #72abbf

#72abbf

Complementary Color

#72abbf #bf8672

#72abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abbf Color CSS Codes

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

#72abbf Text Font Color

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

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


#72abbf Background Color

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

This div background color is #72abbf


#72abbf Border Color

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

This div border color is #72abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abbf

#72abbf Color Palettes


Comments

No comments written yet.

Please login to write comment.