Color Hex Logo

#73ceff Color Hex

#73CEFF
(115,206,255)
0 Favorites   0 Comments

Color spaces of #73ceff

RGB 115206255
HSL0.561.000.73
HSV201°55°100°
CMYK 0.550.190.00   0.00
XYZ47.191555.0075102.7380
Yxy55.00750.23030.2684
Hunter Lab74.1670-16.2152-30.2130
CIE-Lab79.0456-13.7553-32.2928

#73ceff color RGB value is (115,206,255).

#73ceff hex color red value is 115, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #73ceff hue: 0.56 , saturation: 1.00 and the lightness value of 73ceff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 11111111
Octal 163 316 377
Decimal 115 206 255
Hex 73 CE FF

RGB Percentages of Color #73ceff

%19.97
%35.76
%44.27

CMYK Percentages of Color #73ceff

%55
%19
%0
%0

Triadic Colors of #73ceff

#73ceff #ff73ce #ceff73

Analogous Colors of #73ceff

#73ceff #7388ff #73ffea

Monochromatic Colors of #73ceff

#73ceff

Complementary Color

#73ceff #ffa473

#73ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ceff Color CSS Codes

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

#73ceff Text Font Color

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

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


#73ceff Background Color

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

This div background color is #73ceff


#73ceff Border Color

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

This div border color is #73ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.