Color Hex Logo

#72ffff Color Hex

#72FFFF
(114,255,255)
0 Favorites   0 Comments

Color spaces of #72ffff

RGB 114255255
HSL0.501.000.72
HSV180°55°100°
CMYK 0.550.000.00   0.00
XYZ60.749482.3174107.2948
Yxy82.31740.24260.3288
Hunter Lab90.7289-39.2573-6.6053
CIE-Lab92.7148-37.9018-11.5836

#72ffff color RGB value is (114,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111111 11111111
Octal 162 377 377
Decimal 114 255 255
Hex 72 FF FF

RGB Percentages of Color #72ffff

%18.27
%40.87
%40.87

CMYK Percentages of Color #72ffff

%55
%0
%0
%0

Triadic Colors of #72ffff

#72ffff #ff72ff #ffff72

Analogous Colors of #72ffff

#72ffff #72b9ff #72ffb9

Monochromatic Colors of #72ffff

#72ffff

Complementary Color

#72ffff #ff7272

#72ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ffff Color CSS Codes

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

#72ffff Text Font Color

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

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


#72ffff Background Color

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

This div background color is #72ffff


#72ffff Border Color

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

This div border color is #72ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ffff

Related Colors

#72ffff Color Palettes


Comments

No comments written yet.

Please login to write comment.