Color Hex Logo

#72b9be Color Hex

#72B9BE
(114,185,190)
0 Favorites   0 Comments

Color spaces of #72b9be

RGB 114185190
HSL0.510.370.60
HSV184°40°75°
CMYK 0.400.030.00   0.25
XYZ33.582741.993055.0507
Yxy41.99300.25710.3215
Hunter Lab64.8020-20.8985-5.0067
CIE-Lab70.8661-20.9448-9.5609

#72b9be color RGB value is (114,185,190).

#72b9be hex color red value is 114, green value is 185 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #72b9be hue: 0.51 , saturation: 0.37 and the lightness value of 72b9be is 0.60.

The process color (four color CMYK) of #72b9be color hex is 0.40, 0.03, 0.00, 0.25. Web safe color of #72b9be is #66cccc. Color #72b9be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111001 10111110
Octal 162 271 276
Decimal 114 185 190
Hex 72 B9 BE

RGB Percentages of Color #72b9be

%23.31
%37.83
%38.85

CMYK Percentages of Color #72b9be

%40
%3
%0
%25

Triadic Colors of #72b9be

#72b9be #be72b9 #b9be72

Analogous Colors of #72b9be

#72b9be #7293be #72be9d

Monochromatic Colors of #72b9be

#72b9be

Complementary Color

#72b9be #be7772

#72b9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b9be Color CSS Codes

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

#72b9be Text Font Color

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

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


#72b9be Background Color

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

This div background color is #72b9be


#72b9be Border Color

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

This div border color is #72b9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b9be


Comments

No comments written yet.

Please login to write comment.