Color Hex Logo

#73fdfd Color Hex

#73FDFD
(115,253,253)
0 Favorites   0 Comments

Color spaces of #73fdfd

RGB 115253253
HSL0.500.970.72
HSV180°55°99°
CMYK 0.550.000.00   0.01
XYZ59.925180.9872105.4022
Yxy80.98720.24330.3288
Hunter Lab89.9929-38.6267-6.4471
CIE-Lab92.1260-37.3209-11.4215

#73fdfd color RGB value is (115,253,253).

#73fdfd hex color red value is 115, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #73fdfd hue: 0.50 , saturation: 0.97 and the lightness value of 73fdfd is 0.72.

The process color (four color CMYK) of #73fdfd color hex is 0.55, 0.00, 0.00, 0.01. Web safe color of #73fdfd is #66ffff. Color #73fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111101 11111101
Octal 163 375 375
Decimal 115 253 253
Hex 73 FD FD

RGB Percentages of Color #73fdfd

%18.52
%40.74
%40.74

CMYK Percentages of Color #73fdfd

%55
%0
%0
%1

Triadic Colors of #73fdfd

#73fdfd #fd73fd #fdfd73

Analogous Colors of #73fdfd

#73fdfd #73b8fd #73fdb8

Monochromatic Colors of #73fdfd

#73fdfd

Complementary Color

#73fdfd #fd7373

#73fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fdfd Color CSS Codes

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

#73fdfd Text Font Color

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

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


#73fdfd Background Color

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

This div background color is #73fdfd


#73fdfd Border Color

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

This div border color is #73fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fdfd


Comments

No comments written yet.

Please login to write comment.