Color Hex Logo

#72bfdd Color Hex

#72BFDD
(114,191,221)
0 Favorites   0 Comments

Color spaces of #72bfdd

RGB 114191221
HSL0.550.610.66
HSV197°48°87°
CMYK 0.480.140.00   0.13
XYZ38.621446.059575.2614
Yxy46.05950.24150.2880
Hunter Lab67.8671-17.1879-18.2427
CIE-Lab73.5841-15.7991-22.3793

#72bfdd color RGB value is (114,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 11011101
Octal 162 277 335
Decimal 114 191 221
Hex 72 BF DD

RGB Percentages of Color #72bfdd

%21.67
%36.31
%42.02

CMYK Percentages of Color #72bfdd

%48
%14
%0
%13

Triadic Colors of #72bfdd

#72bfdd #dd72bf #bfdd72

Analogous Colors of #72bfdd

#72bfdd #728add #72ddc6

Monochromatic Colors of #72bfdd

#72bfdd

Complementary Color

#72bfdd #dd9072

#72bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bfdd Color CSS Codes

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

#72bfdd Text Font Color

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

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


#72bfdd Background Color

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

This div background color is #72bfdd


#72bfdd Border Color

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

This div border color is #72bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bfdd


Comments

No comments written yet.

Please login to write comment.