Color Hex Logo

#73cbfb Color Hex

#73CBFB
(115,203,251)
0 Favorites   0 Comments

Color spaces of #73cbfb

RGB 115203251
HSL0.560.940.72
HSV201°54°98°
CMYK 0.540.190.00   0.02
XYZ45.838853.321799.1430
Yxy53.32170.23120.2689
Hunter Lab73.0217-15.7360-29.3840
CIE-Lab78.0646-13.3463-31.6689

#73cbfb color RGB value is (115,203,251).

#73cbfb hex color red value is 115, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #73cbfb hue: 0.56 , saturation: 0.94 and the lightness value of 73cbfb is 0.72.

The process color (four color CMYK) of #73cbfb color hex is 0.54, 0.19, 0.00, 0.02. Web safe color of #73cbfb is #66ccff. Color #73cbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001011 11111011
Octal 163 313 373
Decimal 115 203 251
Hex 73 CB FB

RGB Percentages of Color #73cbfb

%20.21
%35.68
%44.11

CMYK Percentages of Color #73cbfb

%54
%19
%0
%2

Triadic Colors of #73cbfb

#73cbfb #fb73cb #cbfb73

Analogous Colors of #73cbfb

#73cbfb #7387fb #73fbe7

Monochromatic Colors of #73cbfb

#73cbfb

Complementary Color

#73cbfb #fba373

#73cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cbfb Color CSS Codes

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

#73cbfb Text Font Color

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

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


#73cbfb Background Color

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

This div background color is #73cbfb


#73cbfb Border Color

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

This div border color is #73cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cbfb


Comments

No comments written yet.

Please login to write comment.