Color Hex Logo

#72ffce Color Hex

#72FFCE
(114,255,206)
0 Favorites   0 Comments

Color spaces of #72ffce

RGB 114255206
HSL0.441.000.72
HSV159°55°100°
CMYK 0.550.000.19   0.00
XYZ53.840079.553670.9102
Yxy79.55360.26350.3894
Hunter Lab89.1928-48.338415.2982
CIE-Lab91.4842-49.587611.9586

#72ffce color RGB value is (114,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111111 11001110
Octal 162 377 316
Decimal 114 255 206
Hex 72 FF CE

RGB Percentages of Color #72ffce

%19.83
%44.35
%35.83

CMYK Percentages of Color #72ffce

%55
%0
%19
%0

Triadic Colors of #72ffce

#72ffce #ce72ff #ffce72

Analogous Colors of #72ffce

#72ffce #72eaff #72ff88

Monochromatic Colors of #72ffce

#72ffce

Complementary Color

#72ffce #ff72a3

#72ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ffce Color CSS Codes

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

#72ffce Text Font Color

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

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


#72ffce Background Color

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

This div background color is #72ffce


#72ffce Border Color

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

This div border color is #72ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ffce

Related Colors


Comments

No comments written yet.

Please login to write comment.