Color Hex Logo

#72bebf Color Hex

#72BEBF
(114,190,191)
0 Favorites   0 Comments

Color spaces of #72bebf

RGB 114190191
HSL0.500.380.60
HSV181°40°75°
CMYK 0.400.010.00   0.25
XYZ34.756944.165955.9832
Yxy44.16590.25760.3274
Hunter Lab66.4574-22.9459-3.4252
CIE-Lab72.3392-23.2220-7.9156

#72bebf color RGB value is (114,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111110 10111111
Octal 162 276 277
Decimal 114 190 191
Hex 72 BE BF

RGB Percentages of Color #72bebf

%23.03
%38.38
%38.59

CMYK Percentages of Color #72bebf

%40
%1
%0
%25

Triadic Colors of #72bebf

#72bebf #bf72be #bebf72

Analogous Colors of #72bebf

#72bebf #7298bf #72bf9a

Monochromatic Colors of #72bebf

#72bebf

Complementary Color

#72bebf #bf7372

#72bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bebf Color CSS Codes

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

#72bebf Text Font Color

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

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


#72bebf Background Color

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

This div background color is #72bebf


#72bebf Border Color

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

This div border color is #72bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bebf


Comments

No comments written yet.

Please login to write comment.