Color Hex Logo

#73cfda Color Hex

#73CFDA
(115,207,218)
0 Favorites   0 Comments

Color spaces of #73cfda

RGB 115207218
HSL0.520.580.65
HSV186°47°85°
CMYK 0.470.050.00   0.15
XYZ42.037953.332474.4082
Yxy53.33240.24760.3141
Hunter Lab73.0290-25.0504-9.2894
CIE-Lab78.0708-24.5252-13.9728

#73cfda color RGB value is (115,207,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11011010
Octal 163 317 332
Decimal 115 207 218
Hex 73 CF DA

RGB Percentages of Color #73cfda

%21.30
%38.33
%40.37

CMYK Percentages of Color #73cfda

%47
%5
%0
%15

Triadic Colors of #73cfda

#73cfda #da73cf #cfda73

Analogous Colors of #73cfda

#73cfda #739cda #73dab2

Monochromatic Colors of #73cfda

#73cfda

Complementary Color

#73cfda #da7e73

#73cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfda Color CSS Codes

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

#73cfda Text Font Color

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

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


#73cfda Background Color

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

This div background color is #73cfda


#73cfda Border Color

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

This div border color is #73cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfda


Comments

No comments written yet.

Please login to write comment.