Color Hex Logo

#72fcff Color Hex

#72FCFF
(114,252,255)
0 Favorites   0 Comments

Color spaces of #72fcff

RGB 114252255
HSL0.501.000.72
HSV181°55°100°
CMYK 0.550.010.00   0.00
XYZ59.799880.4182106.9782
Yxy80.41820.24190.3253
Hunter Lab89.6762-37.9022-7.9560
CIE-Lab91.8722-36.5258-12.8404

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111100 11111111
Octal 162 374 377
Decimal 114 252 255
Hex 72 FC FF

RGB Percentages of Color #72fcff

%18.36
%40.58
%41.06

CMYK Percentages of Color #72fcff

%55
%1
%0
%0

Triadic Colors of #72fcff

#72fcff #ff72fc #fcff72

Analogous Colors of #72fcff

#72fcff #72b6ff #72ffbc

Monochromatic Colors of #72fcff

#72fcff

Complementary Color

#72fcff #ff7572

#72fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fcff Color CSS Codes

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

#72fcff Text Font Color

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

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


#72fcff Background Color

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

This div background color is #72fcff


#72fcff Border Color

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

This div border color is #72fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fcff


Comments

No comments written yet.

Please login to write comment.