Color Hex Logo

#72faed Color Hex

#72FAED
(114,250,237)
0 Favorites   0 Comments

Color spaces of #72faed

RGB 114250237
HSL0.480.930.71
HSV174°54°98°
CMYK 0.540.000.05   0.02
XYZ56.411178.063092.2153
Yxy78.06300.24880.3444
Hunter Lab88.3533-40.6509-0.0344
CIE-Lab90.8086-40.1924-5.0718

#72faed color RGB value is (114,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 11101101
Octal 162 372 355
Decimal 114 250 237
Hex 72 FA ED

RGB Percentages of Color #72faed

%18.97
%41.60
%39.43

CMYK Percentages of Color #72faed

%54
%0
%5
%2

Triadic Colors of #72faed

#72faed #ed72fa #faed72

Analogous Colors of #72faed

#72faed #72c3fa #72faa9

Monochromatic Colors of #72faed

#72faed

Complementary Color

#72faed #fa727f

#72faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#72faed Color CSS Codes

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

#72faed Text Font Color

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

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


#72faed Background Color

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

This div background color is #72faed


#72faed Border Color

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

This div border color is #72faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72faed


Comments

No comments written yet.

Please login to write comment.