Color Hex Logo

#72fdce Color Hex

#72FDCE
(114,253,206)
0 Favorites   0 Comments

Color spaces of #72fdce

RGB 114253206
HSL0.440.970.72
HSV160°55°99°
CMYK 0.550.000.19   0.01
XYZ53.205378.284270.6987
Yxy78.28420.26310.3872
Hunter Lab88.4784-47.498514.5591
CIE-Lab90.9094-48.742311.1402

#72fdce color RGB value is (114,253,206).

#72fdce hex color red value is 114, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #72fdce hue: 0.44 , saturation: 0.97 and the lightness value of 72fdce is 0.72.

The process color (four color CMYK) of #72fdce color hex is 0.55, 0.00, 0.19, 0.01. Web safe color of #72fdce is #66ffcc. Color #72fdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111101 11001110
Octal 162 375 316
Decimal 114 253 206
Hex 72 FD CE

RGB Percentages of Color #72fdce

%19.90
%44.15
%35.95

CMYK Percentages of Color #72fdce

%55
%0
%19
%1

Triadic Colors of #72fdce

#72fdce #ce72fd #fdce72

Analogous Colors of #72fdce

#72fdce #72e7fd #72fd89

Monochromatic Colors of #72fdce

#72fdce

Complementary Color

#72fdce #fd72a1

#72fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fdce Color CSS Codes

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

#72fdce Text Font Color

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

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


#72fdce Background Color

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

This div background color is #72fdce


#72fdce Border Color

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

This div border color is #72fdce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,253,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 #72fdce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fdce


Comments

No comments written yet.

Please login to write comment.