Color Hex Logo

#73afeb Color Hex

#73AFEB
(115,175,235)
0 Favorites   0 Comments

Color spaces of #73afeb

RGB 115175235
HSL0.580.750.69
HSV210°51°92°
CMYK 0.510.260.00   0.08
XYZ37.395640.302984.4055
Yxy40.30290.23070.2486
Hunter Lab63.4846-5.9525-34.3894
CIE-Lab69.6847-2.9516-35.9921

#73afeb color RGB value is (115,175,235).

#73afeb hex color red value is 115, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #73afeb hue: 0.58 , saturation: 0.75 and the lightness value of 73afeb is 0.69.

The process color (four color CMYK) of #73afeb color hex is 0.51, 0.26, 0.00, 0.08. Web safe color of #73afeb is #6699ff. Color #73afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 11101011
Octal 163 257 353
Decimal 115 175 235
Hex 73 AF EB

RGB Percentages of Color #73afeb

%21.90
%33.33
%44.76

CMYK Percentages of Color #73afeb

%51
%26
%0
%8

Triadic Colors of #73afeb

#73afeb #eb73af #afeb73

Analogous Colors of #73afeb

#73afeb #7373eb #73ebeb

Monochromatic Colors of #73afeb

#73afeb

Complementary Color

#73afeb #ebaf73

#73afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afeb Color CSS Codes

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

#73afeb Text Font Color

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

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


#73afeb Background Color

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

This div background color is #73afeb


#73afeb Border Color

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

This div border color is #73afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afeb


Comments

No comments written yet.

Please login to write comment.