Color Hex Logo

#72fdcc Color Hex

#72FDCC
(114,253,204)
0 Favorites   0 Comments

Color spaces of #72fdcc

RGB 114253204
HSL0.440.970.72
HSV159°55°99°
CMYK 0.550.000.19   0.01
XYZ52.963878.187669.4270
Yxy78.18760.26410.3898
Hunter Lab88.4238-47.824215.3444
CIE-Lab90.8654-49.177012.1091

#72fdcc color RGB value is (114,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111101 11001100
Octal 162 375 314
Decimal 114 253 204
Hex 72 FD CC

RGB Percentages of Color #72fdcc

%19.96
%44.31
%35.73

CMYK Percentages of Color #72fdcc

%55
%0
%19
%1

Triadic Colors of #72fdcc

#72fdcc #cc72fd #fdcc72

Analogous Colors of #72fdcc

#72fdcc #72e9fd #72fd87

Monochromatic Colors of #72fdcc

#72fdcc

Complementary Color

#72fdcc #fd72a3

#72fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fdcc Color CSS Codes

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

#72fdcc Text Font Color

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

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


#72fdcc Background Color

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

This div background color is #72fdcc


#72fdcc Border Color

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

This div border color is #72fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fdcc


Comments

No comments written yet.

Please login to write comment.