Color Hex Logo

#61fadf Color Hex

#61FADF
(97,250,223)
0 Favorites   0 Comments

Color spaces of #61fadf

RGB 97250223
HSL0.470.940.68
HSV169°61°98°
CMYK 0.610.000.11   0.02
XYZ52.434776.240381.7643
Yxy76.24030.24920.3623
Hunter Lab87.3157-45.60995.6005
CIE-Lab89.9708-46.69550.9205

#61fadf color RGB value is (97,250,223).

#61fadf hex color red value is 97, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #61fadf hue: 0.47 , saturation: 0.94 and the lightness value of 61fadf is 0.68.

The process color (four color CMYK) of #61fadf color hex is 0.61, 0.00, 0.11, 0.02. Web safe color of #61fadf is #66ffcc. Color #61fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111010 11011111
Octal 141 372 337
Decimal 97 250 223
Hex 61 FA DF

RGB Percentages of Color #61fadf

%17.02
%43.86
%39.12

CMYK Percentages of Color #61fadf

%61
%0
%11
%2

Triadic Colors of #61fadf

#61fadf #df61fa #fadf61

Analogous Colors of #61fadf

#61fadf #61c9fa #61fa93

Monochromatic Colors of #61fadf

#61fadf

Complementary Color

#61fadf #fa617c

#61fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fadf Color CSS Codes

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

#61fadf Text Font Color

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

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


#61fadf Background Color

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

This div background color is #61fadf


#61fadf Border Color

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

This div border color is #61fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fadf


Comments

No comments written yet.

Please login to write comment.