Color Hex Logo

#72fcfa Color Hex

#72FCFA
(114,252,250)
0 Favorites   0 Comments

Color spaces of #72fcfa

RGB 114252250
HSL0.500.960.72
HSV179°55°99°
CMYK 0.550.000.01   0.01
XYZ59.005280.1003102.7935
Yxy80.10030.24390.3311
Hunter Lab89.4988-38.9405-5.4482
CIE-Lab91.7298-37.8185-10.4587

#72fcfa color RGB value is (114,252,250).

#72fcfa hex color red value is 114, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #72fcfa hue: 0.50 , saturation: 0.96 and the lightness value of 72fcfa is 0.72.

The process color (four color CMYK) of #72fcfa color hex is 0.55, 0.00, 0.01, 0.01. Web safe color of #72fcfa is #66ffff. Color #72fcfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 11111010
Octal 162 374 372
Decimal 114 252 250
Hex 72 FC FA

RGB Percentages of Color #72fcfa

%18.51
%40.91
%40.58

CMYK Percentages of Color #72fcfa

%55
%0
%1
%1

Triadic Colors of #72fcfa

#72fcfa #fa72fc #fcfa72

Analogous Colors of #72fcfa

#72fcfa #72b9fc #72fcb5

Monochromatic Colors of #72fcfa

#72fcfa

Complementary Color

#72fcfa #fc7274

#72fcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fcfa Color CSS Codes

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

#72fcfa Text Font Color

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

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


#72fcfa Background Color

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

This div background color is #72fcfa


#72fcfa Border Color

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

This div border color is #72fcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.