Color Hex Logo

#73c2fd Color Hex

#73C2FD
(115,194,253)
0 Favorites   0 Comments

Color spaces of #73c2fd

RGB 115194253
HSL0.570.970.72
HSV206°55°99°
CMYK 0.550.230.00   0.01
XYZ44.091649.3203100.1244
Yxy49.32030.22780.2548
Hunter Lab70.2284-10.8318-35.3697
CIE-Lab75.6502-7.9860-36.4692

#73c2fd color RGB value is (115,194,253).

#73c2fd hex color red value is 115, green value is 194 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #73c2fd hue: 0.57 , saturation: 0.97 and the lightness value of 73c2fd is 0.72.

The process color (four color CMYK) of #73c2fd color hex is 0.55, 0.23, 0.00, 0.01. Web safe color of #73c2fd is #66ccff. Color #73c2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000010 11111101
Octal 163 302 375
Decimal 115 194 253
Hex 73 C2 FD

RGB Percentages of Color #73c2fd

%20.46
%34.52
%45.02

CMYK Percentages of Color #73c2fd

%55
%23
%0
%1

Triadic Colors of #73c2fd

#73c2fd #fd73c2 #c2fd73

Analogous Colors of #73c2fd

#73c2fd #737dfd #73fdf3

Monochromatic Colors of #73c2fd

#73c2fd

Complementary Color

#73c2fd #fdae73

#73c2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c2fd Color CSS Codes

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

#73c2fd Text Font Color

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

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


#73c2fd Background Color

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

This div background color is #73c2fd


#73c2fd Border Color

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

This div border color is #73c2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c2fd


Comments

No comments written yet.

Please login to write comment.