Color Hex Logo

#72dbec Color Hex

#72DBEC
(114,219,236)
0 Favorites   0 Comments

Color spaces of #72dbec

RGB 114219236
HSL0.520.760.69
HSV188°52°93°
CMYK 0.520.070.00   0.07
XYZ47.411360.296688.4964
Yxy60.29660.24160.3073
Hunter Lab77.6509-26.9023-13.2154
CIE-Lab81.9991-25.8724-17.6819

#72dbec color RGB value is (114,219,236).

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

The process color (four color CMYK) of #72dbec color hex is 0.52, 0.07, 0.00, 0.07. Web safe color of #72dbec is #66ccff. Color #72dbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011011 11101100
Octal 162 333 354
Decimal 114 219 236
Hex 72 DB EC

RGB Percentages of Color #72dbec

%20.04
%38.49
%41.48

CMYK Percentages of Color #72dbec

%52
%7
%0
%7

Triadic Colors of #72dbec

#72dbec #ec72db #dbec72

Analogous Colors of #72dbec

#72dbec #729eec #72ecc0

Monochromatic Colors of #72dbec

#72dbec

Complementary Color

#72dbec #ec8372

#72dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dbec Color CSS Codes

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

#72dbec Text Font Color

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

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


#72dbec Background Color

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

This div background color is #72dbec


#72dbec Border Color

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

This div border color is #72dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dbec


Comments

No comments written yet.

Please login to write comment.