Color Hex Logo

#72afbf Color Hex

#72AFBF
(114,175,191)
0 Favorites   0 Comments

Color spaces of #72afbf

RGB 114175191
HSL0.530.380.60
HSV192°40°75°
CMYK 0.400.080.00   0.25
XYZ31.673437.998954.9554
Yxy37.99890.25410.3049
Hunter Lab61.6432-16.1592-9.7072
CIE-Lab68.0198-15.5063-14.3763

#72afbf color RGB value is (114,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 10111111
Octal 162 257 277
Decimal 114 175 191
Hex 72 AF BF

RGB Percentages of Color #72afbf

%23.75
%36.46
%39.79

CMYK Percentages of Color #72afbf

%40
%8
%0
%25

Triadic Colors of #72afbf

#72afbf #bf72af #afbf72

Analogous Colors of #72afbf

#72afbf #7289bf #72bfa9

Monochromatic Colors of #72afbf

#72afbf

Complementary Color

#72afbf #bf8272

#72afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afbf Color CSS Codes

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

#72afbf Text Font Color

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

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


#72afbf Background Color

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

This div background color is #72afbf


#72afbf Border Color

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

This div border color is #72afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afbf


Comments

No comments written yet.

Please login to write comment.