Color Hex Logo

#72dedf Color Hex

#72DEDF
(114,222,223)
0 Favorites   0 Comments

Color spaces of #72dedf

RGB 114222223
HSL0.500.630.66
HSV181°49°87°
CMYK 0.490.000.00   0.13
XYZ46.380061.147779.1702
Yxy61.14770.24840.3275
Hunter Lab78.1970-30.9733-5.2900
CIE-Lab82.4581-30.7469-10.0892

#72dedf color RGB value is (114,222,223).

#72dedf hex color red value is 114, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #72dedf hue: 0.50 , saturation: 0.63 and the lightness value of 72dedf is 0.66.

The process color (four color CMYK) of #72dedf color hex is 0.49, 0.00, 0.00, 0.13. Web safe color of #72dedf is #66cccc. Color #72dedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 11011111
Octal 162 336 337
Decimal 114 222 223
Hex 72 DE DF

RGB Percentages of Color #72dedf

%20.39
%39.71
%39.89

CMYK Percentages of Color #72dedf

%49
%0
%0
%13

Triadic Colors of #72dedf

#72dedf #df72de #dedf72

Analogous Colors of #72dedf

#72dedf #72a8df #72dfaa

Monochromatic Colors of #72dedf

#72dedf

Complementary Color

#72dedf #df7372

#72dedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dedf Color CSS Codes

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

#72dedf Text Font Color

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

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


#72dedf Background Color

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

This div background color is #72dedf


#72dedf Border Color

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

This div border color is #72dedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dedf


Comments

No comments written yet.

Please login to write comment.