Color Hex Logo

#72afdf Color Hex

#72AFDF
(114,175,223)
0 Favorites   0 Comments

Color spaces of #72afdf

RGB 114175223
HSL0.570.630.66
HSV206°49°87°
CMYK 0.490.220.00   0.13
XYZ35.588739.565175.5731
Yxy39.56510.23610.2625
Hunter Lab62.9008-9.0827-27.2043
CIE-Lab69.1586-6.6827-30.2532

#72afdf color RGB value is (114,175,223).

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

The process color (four color CMYK) of #72afdf color hex is 0.49, 0.22, 0.00, 0.13. Web safe color of #72afdf is #6699cc. Color #72afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 11011111
Octal 162 257 337
Decimal 114 175 223
Hex 72 AF DF

RGB Percentages of Color #72afdf

%22.27
%34.18
%43.55

CMYK Percentages of Color #72afdf

%49
%22
%0
%13

Triadic Colors of #72afdf

#72afdf #df72af #afdf72

Analogous Colors of #72afdf

#72afdf #7279df #72dfd9

Monochromatic Colors of #72afdf

#72afdf

Complementary Color

#72afdf #dfa272

#72afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afdf Color CSS Codes

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

#72afdf Text Font Color

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

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


#72afdf Background Color

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

This div background color is #72afdf


#72afdf Border Color

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

This div border color is #72afdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,175,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 #72afdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afdf


Comments

No comments written yet.

Please login to write comment.