Color Hex Logo

#72ccb4 Color Hex

#72CCB4
(114,204,180)
0 Favorites   0 Comments

Color spaces of #72ccb4

RGB 114204180
HSL0.460.470.62
HSV164°44°80°
CMYK 0.440.000.12   0.20
XYZ36.770550.058450.9042
Yxy50.05840.26700.3634
Hunter Lab70.7520-31.04776.8688
CIE-Lab76.1051-32.67853.5771

#72ccb4 color RGB value is (114,204,180).

#72ccb4 hex color red value is 114, green value is 204 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #72ccb4 hue: 0.46 , saturation: 0.47 and the lightness value of 72ccb4 is 0.62.

The process color (four color CMYK) of #72ccb4 color hex is 0.44, 0.00, 0.12, 0.20. Web safe color of #72ccb4 is #66cccc. Color #72ccb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001100 10110100
Octal 162 314 264
Decimal 114 204 180
Hex 72 CC B4

RGB Percentages of Color #72ccb4

%22.89
%40.96
%36.14

CMYK Percentages of Color #72ccb4

%44
%0
%12
%20

Triadic Colors of #72ccb4

#72ccb4 #b472cc #ccb472

Analogous Colors of #72ccb4

#72ccb4 #72b7cc #72cc87

Monochromatic Colors of #72ccb4

#72ccb4

Complementary Color

#72ccb4 #cc728a

#72ccb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ccb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ccb4 Color CSS Codes

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

#72ccb4 Text Font Color

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

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


#72ccb4 Background Color

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

This div background color is #72ccb4


#72ccb4 Border Color

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

This div border color is #72ccb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ccb4


Comments

No comments written yet.

Please login to write comment.