Color Hex Logo

#72ddcf Color Hex

#72DDCF
(114,221,207)
0 Favorites   0 Comments

Color spaces of #72ddcf

RGB 114221207
HSL0.480.610.66
HSV172°48°87°
CMYK 0.480.000.06   0.13
XYZ44.058459.795368.2510
Yxy59.79530.25600.3474
Hunter Lab77.3274-33.62011.7984
CIE-Lab81.7268-34.2756-2.6697

#72ddcf color RGB value is (114,221,207).

#72ddcf hex color red value is 114, green value is 221 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #72ddcf hue: 0.48 , saturation: 0.61 and the lightness value of 72ddcf is 0.66.

The process color (four color CMYK) of #72ddcf color hex is 0.48, 0.00, 0.06, 0.13. Web safe color of #72ddcf is #66cccc. Color #72ddcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 11001111
Octal 162 335 317
Decimal 114 221 207
Hex 72 DD CF

RGB Percentages of Color #72ddcf

%21.03
%40.77
%38.19

CMYK Percentages of Color #72ddcf

%48
%0
%6
%13

Triadic Colors of #72ddcf

#72ddcf #cf72dd #ddcf72

Analogous Colors of #72ddcf

#72ddcf #72b6dd #72dd9a

Monochromatic Colors of #72ddcf

#72ddcf

Complementary Color

#72ddcf #dd7280

#72ddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddcf Color CSS Codes

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

#72ddcf Text Font Color

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

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


#72ddcf Background Color

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

This div background color is #72ddcf


#72ddcf Border Color

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

This div border color is #72ddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddcf


Comments

No comments written yet.

Please login to write comment.