Color Hex Logo

#73bafd Color Hex

#73BAFD
(115,186,253)
0 Favorites   0 Comments

Color spaces of #73bafd

RGB 115186253
HSL0.580.970.72
HSV209°55°99°
CMYK 0.550.260.00   0.01
XYZ42.358845.854599.5468
Yxy45.85450.22560.2442
Hunter Lab67.7160-6.8446-39.7589
CIE-Lab73.4510-3.6453-39.8861

#73bafd color RGB value is (115,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111010 11111101
Octal 163 272 375
Decimal 115 186 253
Hex 73 BA FD

RGB Percentages of Color #73bafd

%20.76
%33.57
%45.67

CMYK Percentages of Color #73bafd

%55
%26
%0
%1

Triadic Colors of #73bafd

#73bafd #fd73ba #bafd73

Analogous Colors of #73bafd

#73bafd #7375fd #73fdfb

Monochromatic Colors of #73bafd

#73bafd

Complementary Color

#73bafd #fdb673

#73bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bafd Color CSS Codes

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

#73bafd Text Font Color

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

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


#73bafd Background Color

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

This div background color is #73bafd


#73bafd Border Color

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

This div border color is #73bafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,186,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 #73bafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bafd

Related Colors


Comments

No comments written yet.

Please login to write comment.