Color Hex Logo

#73cfeb Color Hex

#73CFEB
(115,207,235)
0 Favorites   0 Comments

Color spaces of #73cfeb

RGB 115207235
HSL0.540.750.69
HSV194°51°92°
CMYK 0.510.120.00   0.08
XYZ44.378554.268686.7332
Yxy54.26860.23940.2927
Hunter Lab73.6672-21.3859-18.2389
CIE-Lab78.6181-19.9411-22.2634

#73cfeb color RGB value is (115,207,235).

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

The process color (four color CMYK) of #73cfeb color hex is 0.51, 0.12, 0.00, 0.08. Web safe color of #73cfeb is #66ccff. Color #73cfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11101011
Octal 163 317 353
Decimal 115 207 235
Hex 73 CF EB

RGB Percentages of Color #73cfeb

%20.65
%37.16
%42.19

CMYK Percentages of Color #73cfeb

%51
%12
%0
%8

Triadic Colors of #73cfeb

#73cfeb #eb73cf #cfeb73

Analogous Colors of #73cfeb

#73cfeb #7393eb #73ebcb

Monochromatic Colors of #73cfeb

#73cfeb

Complementary Color

#73cfeb #eb8f73

#73cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfeb Color CSS Codes

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

#73cfeb Text Font Color

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

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


#73cfeb Background Color

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

This div background color is #73cfeb


#73cfeb Border Color

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

This div border color is #73cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfeb


Comments

No comments written yet.

Please login to write comment.