Color Hex Logo

#72dbc8 Color Hex

#72DBC8
(114,219,200)
0 Favorites   0 Comments

Color spaces of #72dbc8

RGB 114219200
HSL0.470.590.65
HSV169°48°86°
CMYK 0.480.000.09   0.14
XYZ42.696358.410663.6676
Yxy58.41060.25910.3545
Hunter Lab76.4268-34.02694.1071
CIE-Lab80.9665-35.0281-0.0599

#72dbc8 color RGB value is (114,219,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011011 11001000
Octal 162 333 310
Decimal 114 219 200
Hex 72 DB C8

RGB Percentages of Color #72dbc8

%21.39
%41.09
%37.52

CMYK Percentages of Color #72dbc8

%48
%0
%9
%14

Triadic Colors of #72dbc8

#72dbc8 #c872db #dbc872

Analogous Colors of #72dbc8

#72dbc8 #72badb #72db94

Monochromatic Colors of #72dbc8

#72dbc8

Complementary Color

#72dbc8 #db7285

#72dbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dbc8 Color CSS Codes

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

#72dbc8 Text Font Color

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

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


#72dbc8 Background Color

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

This div background color is #72dbc8


#72dbc8 Border Color

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

This div border color is #72dbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dbc8


Comments

No comments written yet.

Please login to write comment.