Color Hex Logo

#72faeb Color Hex

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

Color spaces of #72faeb

RGB 114250235
HSL0.480.930.71
HSV173°54°98°
CMYK 0.540.000.06   0.02
XYZ56.120477.946890.6846
Yxy77.94680.24970.3468
Hunter Lab88.2875-41.03860.9014
CIE-Lab90.7556-40.6869-4.1104

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

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

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

Base Numbers

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

RGB Percentages of Color #72faeb

%19.03
%41.74
%39.23

CMYK Percentages of Color #72faeb

%54
%0
%6
%2

Triadic Colors of #72faeb

#72faeb #eb72fa #faeb72

Analogous Colors of #72faeb

#72faeb #72c5fa #72faa7

Monochromatic Colors of #72faeb

#72faeb

Complementary Color

#72faeb #fa7281

#72faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72faeb Color CSS Codes

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

#72faeb Text Font Color

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

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


#72faeb Background Color

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

This div background color is #72faeb


#72faeb Border Color

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

This div border color is #72faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72faeb


Comments

No comments written yet.

Please login to write comment.