Color Hex Logo

#72bbfb Color Hex

#72BBFB
(114,187,251)
0 Favorites   0 Comments

Color spaces of #72bbfb

RGB 114187251
HSL0.580.940.72
HSV208°55°98°
CMYK 0.550.250.00   0.02
XYZ42.122346.083197.9416
Yxy46.08310.22630.2476
Hunter Lab67.8845-8.0388-38.0225
CIE-Lab73.5994-4.9971-38.5812

#72bbfb color RGB value is (114,187,251).

#72bbfb hex color red value is 114, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #72bbfb hue: 0.58 , saturation: 0.94 and the lightness value of 72bbfb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111011 11111011
Octal 162 273 373
Decimal 114 187 251
Hex 72 BB FB

RGB Percentages of Color #72bbfb

%20.65
%33.88
%45.47

CMYK Percentages of Color #72bbfb

%55
%25
%0
%2

Triadic Colors of #72bbfb

#72bbfb #fb72bb #bbfb72

Analogous Colors of #72bbfb

#72bbfb #7277fb #72fbf7

Monochromatic Colors of #72bbfb

#72bbfb

Complementary Color

#72bbfb #fbb272

#72bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bbfb Color CSS Codes

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

#72bbfb Text Font Color

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

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


#72bbfb Background Color

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

This div background color is #72bbfb


#72bbfb Border Color

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

This div border color is #72bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bbfb


Comments

No comments written yet.

Please login to write comment.