Color Hex Logo

#73afca Color Hex

#73AFCA
(115,175,202)
0 Favorites   0 Comments

Color spaces of #73afca

RGB 115175202
HSL0.550.450.62
HSV199°43°79°
CMYK 0.430.130.00   0.21
XYZ33.060938.569161.5792
Yxy38.56910.24820.2895
Hunter Lab62.1040-13.6581-15.3161
CIE-Lab68.4380-12.3191-19.8119

#73afca color RGB value is (115,175,202).

#73afca hex color red value is 115, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #73afca hue: 0.55 , saturation: 0.45 and the lightness value of 73afca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11001010
Octal 163 257 312
Decimal 115 175 202
Hex 73 AF CA

RGB Percentages of Color #73afca

%23.37
%35.57
%41.06

CMYK Percentages of Color #73afca

%43
%13
%0
%21

Triadic Colors of #73afca

#73afca #ca73af #afca73

Analogous Colors of #73afca

#73afca #7384ca #73caba

Monochromatic Colors of #73afca

#73afca

Complementary Color

#73afca #ca8e73

#73afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afca Color CSS Codes

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

#73afca Text Font Color

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

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


#73afca Background Color

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

This div background color is #73afca


#73afca Border Color

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

This div border color is #73afca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afca


Comments

No comments written yet.

Please login to write comment.