Color Hex Logo

#73cfdb Color Hex

#73CFDB
(115,207,219)
0 Favorites   0 Comments

Color spaces of #73cfdb

RGB 115207219
HSL0.520.590.65
HSV187°47°86°
CMYK 0.470.050.00   0.14
XYZ42.169253.385075.0996
Yxy53.38500.24710.3128
Hunter Lab73.0650-24.8432-9.7955
CIE-Lab78.1018-24.2623-14.4634

#73cfdb color RGB value is (115,207,219).

#73cfdb hex color red value is 115, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #73cfdb hue: 0.52 , saturation: 0.59 and the lightness value of 73cfdb is 0.65.

The process color (four color CMYK) of #73cfdb color hex is 0.47, 0.05, 0.00, 0.14. Web safe color of #73cfdb is #66cccc. Color #73cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11011011
Octal 163 317 333
Decimal 115 207 219
Hex 73 CF DB

RGB Percentages of Color #73cfdb

%21.26
%38.26
%40.48

CMYK Percentages of Color #73cfdb

%47
%5
%0
%14

Triadic Colors of #73cfdb

#73cfdb #db73cf #cfdb73

Analogous Colors of #73cfdb

#73cfdb #739bdb #73dbb3

Monochromatic Colors of #73cfdb

#73cfdb

Complementary Color

#73cfdb #db7f73

#73cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfdb Color CSS Codes

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

#73cfdb Text Font Color

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

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


#73cfdb Background Color

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

This div background color is #73cfdb


#73cfdb Border Color

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

This div border color is #73cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfdb

#73cfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.