Color Hex Logo

#72dfce Color Hex

#72DFCE
(114,223,206)
0 Favorites   0 Comments

Color spaces of #72dfce

RGB 114223206
HSL0.470.630.66
HSV171°49°87°
CMYK 0.490.000.08   0.13
XYZ44.467760.809067.7861
Yxy60.80900.25690.3514
Hunter Lab77.9801-34.67673.0468
CIE-Lab82.2760-35.4480-1.3334

#72dfce color RGB value is (114,223,206).

#72dfce hex color red value is 114, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #72dfce hue: 0.47 , saturation: 0.63 and the lightness value of 72dfce is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 11001110
Octal 162 337 316
Decimal 114 223 206
Hex 72 DF CE

RGB Percentages of Color #72dfce

%20.99
%41.07
%37.94

CMYK Percentages of Color #72dfce

%49
%0
%8
%13

Triadic Colors of #72dfce

#72dfce #ce72df #dfce72

Analogous Colors of #72dfce

#72dfce #72badf #72df98

Monochromatic Colors of #72dfce

#72dfce

Complementary Color

#72dfce #df7283

#72dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfce Color CSS Codes

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

#72dfce Text Font Color

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

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


#72dfce Background Color

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

This div background color is #72dfce


#72dfce Border Color

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

This div border color is #72dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfce


Comments

No comments written yet.

Please login to write comment.