Color Hex Logo

#72ebfa Color Hex

#72EBFA
(114,235,250)
0 Favorites   0 Comments

Color spaces of #72ebfa

RGB 114235250
HSL0.520.930.71
HSV187°54°98°
CMYK 0.540.060.00   0.02
XYZ53.903169.8962101.0928
Yxy69.89620.23970.3108
Hunter Lab83.6039-31.2202-13.1699
CIE-Lab86.9459-29.8645-17.6187

#72ebfa color RGB value is (114,235,250).

#72ebfa hex color red value is 114, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #72ebfa hue: 0.52 , saturation: 0.93 and the lightness value of 72ebfa is 0.71.

The process color (four color CMYK) of #72ebfa color hex is 0.54, 0.06, 0.00, 0.02. Web safe color of #72ebfa is #66ffff. Color #72ebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101011 11111010
Octal 162 353 372
Decimal 114 235 250
Hex 72 EB FA

RGB Percentages of Color #72ebfa

%19.03
%39.23
%41.74

CMYK Percentages of Color #72ebfa

%54
%6
%0
%2

Triadic Colors of #72ebfa

#72ebfa #fa72eb #ebfa72

Analogous Colors of #72ebfa

#72ebfa #72a7fa #72fac5

Monochromatic Colors of #72ebfa

#72ebfa

Complementary Color

#72ebfa #fa8172

#72ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ebfa Color CSS Codes

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

#72ebfa Text Font Color

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

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


#72ebfa Background Color

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

This div background color is #72ebfa


#72ebfa Border Color

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

This div border color is #72ebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.