Color Hex Logo

#72bbbe Color Hex

#72BBBE
(114,187,190)
0 Favorites   0 Comments

Color spaces of #72bbbe

RGB 114187190
HSL0.510.370.60
HSV182°40°75°
CMYK 0.400.020.00   0.25
XYZ34.004042.835855.1911
Yxy42.83580.25750.3244
Hunter Lab65.4491-21.7964-4.1830
CIE-Lab71.4434-21.9611-8.7009

#72bbbe color RGB value is (114,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111011 10111110
Octal 162 273 276
Decimal 114 187 190
Hex 72 BB BE

RGB Percentages of Color #72bbbe

%23.22
%38.09
%38.70

CMYK Percentages of Color #72bbbe

%40
%2
%0
%25

Triadic Colors of #72bbbe

#72bbbe #be72bb #bbbe72

Analogous Colors of #72bbbe

#72bbbe #7295be #72be9b

Monochromatic Colors of #72bbbe

#72bbbe

Complementary Color

#72bbbe #be7572

#72bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bbbe Color CSS Codes

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

#72bbbe Text Font Color

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

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


#72bbbe Background Color

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

This div background color is #72bbbe


#72bbbe Border Color

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

This div border color is #72bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bbbe


Comments

No comments written yet.

Please login to write comment.