Color Hex Logo

#72bfde Color Hex

#72BFDE
(114,191,222)
0 Favorites   0 Comments

Color spaces of #72bfde

RGB 114191222
HSL0.550.620.66
HSV197°49°87°
CMYK 0.490.140.00   0.13
XYZ38.755046.112975.9653
Yxy46.11290.24100.2867
Hunter Lab67.9065-16.9644-18.7917
CIE-Lab73.6187-15.5217-22.8692

#72bfde color RGB value is (114,191,222).

#72bfde hex color red value is 114, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #72bfde hue: 0.55 , saturation: 0.62 and the lightness value of 72bfde is 0.66.

The process color (four color CMYK) of #72bfde color hex is 0.49, 0.14, 0.00, 0.13. Web safe color of #72bfde is #66cccc. Color #72bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 11011110
Octal 162 277 336
Decimal 114 191 222
Hex 72 BF DE

RGB Percentages of Color #72bfde

%21.63
%36.24
%42.13

CMYK Percentages of Color #72bfde

%49
%14
%0
%13

Triadic Colors of #72bfde

#72bfde #de72bf #bfde72

Analogous Colors of #72bfde

#72bfde #7289de #72dec7

Monochromatic Colors of #72bfde

#72bfde

Complementary Color

#72bfde #de9172

#72bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bfde Color CSS Codes

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

#72bfde Text Font Color

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

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


#72bfde Background Color

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

This div background color is #72bfde


#72bfde Border Color

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

This div border color is #72bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bfde


Comments

No comments written yet.

Please login to write comment.