Color Hex Logo

#73afdd Color Hex

#73AFDD
(115,175,221)
0 Favorites   0 Comments

Color spaces of #73afdd

RGB 115175221
HSL0.570.610.66
HSV206°48°87°
CMYK 0.480.210.00   0.13
XYZ35.451339.525274.1673
Yxy39.52520.23770.2650
Hunter Lab62.8691-9.3663-25.9367
CIE-Lab69.1300-7.0236-29.1977

#73afdd color RGB value is (115,175,221).

#73afdd hex color red value is 115, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #73afdd hue: 0.57 , saturation: 0.61 and the lightness value of 73afdd is 0.66.

The process color (four color CMYK) of #73afdd color hex is 0.48, 0.21, 0.00, 0.13. Web safe color of #73afdd is #6699cc. Color #73afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11011101
Octal 163 257 335
Decimal 115 175 221
Hex 73 AF DD

RGB Percentages of Color #73afdd

%22.50
%34.25
%43.25

CMYK Percentages of Color #73afdd

%48
%21
%0
%13

Triadic Colors of #73afdd

#73afdd #dd73af #afdd73

Analogous Colors of #73afdd

#73afdd #737add #73ddd6

Monochromatic Colors of #73afdd

#73afdd

Complementary Color

#73afdd #dda173

#73afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afdd Color CSS Codes

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

#73afdd Text Font Color

<p style="color:#73afdd">Text here</p>

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


#73afdd Background Color

<div style="background-color:#73afdd">
Div content here</div>

This div background color is #73afdd


#73afdd Border Color

<div style="border:3px solid #73afdd">
Div here</div>

This div border color is #73afdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,175,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73afdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73afdd;
  -webkit-box-shadow: 1px 1px 3px 2px #73afdd;
  box-shadow:         1px 1px 3px 2px #73afdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afdd


Comments

No comments written yet.

Please login to write comment.