Color Hex Logo

#61fdfa Color Hex

#61FDFA
(97,253,250)
0 Favorites   0 Comments

Color spaces of #61fdfa

RGB 97253250
HSL0.500.980.69
HSV179°62°99°
CMYK 0.620.000.01   0.01
XYZ57.310479.6941102.8044
Yxy79.69410.23900.3323
Hunter Lab89.2716-41.6321-5.7878
CIE-Lab91.5474-41.1557-10.7801

#61fdfa color RGB value is (97,253,250).

#61fdfa hex color red value is 97, green value is 253 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #61fdfa hue: 0.50 , saturation: 0.98 and the lightness value of 61fdfa is 0.69.

The process color (four color CMYK) of #61fdfa color hex is 0.62, 0.00, 0.01, 0.01. Web safe color of #61fdfa is #66ffff. Color #61fdfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111101 11111010
Octal 141 375 372
Decimal 97 253 250
Hex 61 FD FA

RGB Percentages of Color #61fdfa

%16.17
%42.17
%41.67

CMYK Percentages of Color #61fdfa

%62
%0
%1
%1

Triadic Colors of #61fdfa

#61fdfa #fa61fd #fdfa61

Analogous Colors of #61fdfa

#61fdfa #61b2fd #61fdac

Monochromatic Colors of #61fdfa

#61fdfa

Complementary Color

#61fdfa #fd6164

#61fdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fdfa Color CSS Codes

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

#61fdfa Text Font Color

<p style="color:#61fdfa">Text here</p>

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


#61fdfa Background Color

<div style="background-color:#61fdfa">
Div content here</div>

This div background color is #61fdfa


#61fdfa Border Color

<div style="border:3px solid #61fdfa">
Div here</div>

This div border color is #61fdfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,253,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61fdfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61fdfa;
  -webkit-box-shadow: 1px 1px 3px 2px #61fdfa;
  box-shadow:         1px 1px 3px 2px #61fdfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.