Color Hex Logo

#72cfdb Color Hex

#72CFDB
(114,207,219)
0 Favorites   0 Comments

Color spaces of #72cfdb

RGB 114207219
HSL0.520.590.65
HSV187°48°86°
CMYK 0.480.050.00   0.14
XYZ42.038453.317575.0935
Yxy53.31750.24660.3128
Hunter Lab73.0188-25.0169-9.8614
CIE-Lab78.0621-24.4860-14.5271

#72cfdb color RGB value is (114,207,219).

#72cfdb hex color red value is 114, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #72cfdb hue: 0.52 , saturation: 0.59 and the lightness value of 72cfdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001111 11011011
Octal 162 317 333
Decimal 114 207 219
Hex 72 CF DB

RGB Percentages of Color #72cfdb

%21.11
%38.33
%40.56

CMYK Percentages of Color #72cfdb

%48
%5
%0
%14

Triadic Colors of #72cfdb

#72cfdb #db72cf #cfdb72

Analogous Colors of #72cfdb

#72cfdb #729bdb #72dbb3

Monochromatic Colors of #72cfdb

#72cfdb

Complementary Color

#72cfdb #db7e72

#72cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cfdb Color CSS Codes

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

#72cfdb Text Font Color

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

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


#72cfdb Background Color

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

This div background color is #72cfdb


#72cfdb Border Color

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

This div border color is #72cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cfdb


Comments

No comments written yet.

Please login to write comment.