Color Hex Logo

#73bef2 Color Hex

#73BEF2
(115,190,242)
0 Favorites   0 Comments

Color spaces of #73bef2

RGB 115190242
HSL0.570.830.70
HSV205°52°95°
CMYK 0.520.210.00   0.05
XYZ41.510746.882690.8658
Yxy46.88260.23160.2615
Hunter Lab68.4709-11.6078-30.7525
CIE-Lab74.1146-9.0717-32.9270

#73bef2 color RGB value is (115,190,242).

#73bef2 hex color red value is 115, green value is 190 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #73bef2 hue: 0.57 , saturation: 0.83 and the lightness value of 73bef2 is 0.70.

The process color (four color CMYK) of #73bef2 color hex is 0.52, 0.21, 0.00, 0.05. Web safe color of #73bef2 is #66ccff. Color #73bef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 11110010
Octal 163 276 362
Decimal 115 190 242
Hex 73 BE F2

RGB Percentages of Color #73bef2

%21.02
%34.73
%44.24

CMYK Percentages of Color #73bef2

%52
%21
%0
%5

Triadic Colors of #73bef2

#73bef2 #f273be #bef273

Analogous Colors of #73bef2

#73bef2 #737ff2 #73f2e7

Monochromatic Colors of #73bef2

#73bef2

Complementary Color

#73bef2 #f2a773

#73bef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bef2 Color CSS Codes

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

#73bef2 Text Font Color

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

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


#73bef2 Background Color

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

This div background color is #73bef2


#73bef2 Border Color

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

This div border color is #73bef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bef2


Comments

No comments written yet.

Please login to write comment.