Color Hex Logo

#72ffcd Color Hex

#72FFCD
(114,255,205)
0 Favorites   0 Comments

Color spaces of #72ffcd

RGB 114255205
HSL0.441.000.72
HSV159°55°100°
CMYK 0.550.000.20   0.00
XYZ53.718979.505270.2724
Yxy79.50520.26400.3907
Hunter Lab89.1657-48.500615.6889
CIE-Lab91.4624-49.804012.4424

#72ffcd color RGB value is (114,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111111 11001101
Octal 162 377 315
Decimal 114 255 205
Hex 72 FF CD

RGB Percentages of Color #72ffcd

%19.86
%44.43
%35.71

CMYK Percentages of Color #72ffcd

%55
%0
%20
%0

Triadic Colors of #72ffcd

#72ffcd #cd72ff #ffcd72

Analogous Colors of #72ffcd

#72ffcd #72ebff #72ff87

Monochromatic Colors of #72ffcd

#72ffcd

Complementary Color

#72ffcd #ff72a4

#72ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ffcd Color CSS Codes

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

#72ffcd Text Font Color

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

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


#72ffcd Background Color

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

This div background color is #72ffcd


#72ffcd Border Color

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

This div border color is #72ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.