Color Hex Logo

#72cffb Color Hex

#72CFFB
(114,207,251)
0 Favorites   0 Comments

Color spaces of #72cffb

RGB 114207251
HSL0.550.940.72
HSV199°55°98°
CMYK 0.550.180.00   0.02
XYZ46.664855.168199.4558
Yxy55.16810.23180.2741
Hunter Lab74.2752-17.8357-27.3977
CIE-Lab79.1380-15.6321-30.0218

#72cffb color RGB value is (114,207,251).

#72cffb hex color red value is 114, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #72cffb hue: 0.55 , saturation: 0.94 and the lightness value of 72cffb is 0.72.

The process color (four color CMYK) of #72cffb color hex is 0.55, 0.18, 0.00, 0.02. Web safe color of #72cffb is #66ccff. Color #72cffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001111 11111011
Octal 162 317 373
Decimal 114 207 251
Hex 72 CF FB

RGB Percentages of Color #72cffb

%19.93
%36.19
%43.88

CMYK Percentages of Color #72cffb

%55
%18
%0
%2

Triadic Colors of #72cffb

#72cffb #fb72cf #cffb72

Analogous Colors of #72cffb

#72cffb #728bfb #72fbe3

Monochromatic Colors of #72cffb

#72cffb

Complementary Color

#72cffb #fb9e72

#72cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cffb Color CSS Codes

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

#72cffb Text Font Color

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

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


#72cffb Background Color

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

This div background color is #72cffb


#72cffb Border Color

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

This div border color is #72cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cffb


Comments

No comments written yet.

Please login to write comment.