Color Hex Logo

#61fadc Color Hex

#61FADC
(97,250,220)
0 Favorites   0 Comments

Color spaces of #61fadc

RGB 97250220
HSL0.470.940.68
HSV168°61°98°
CMYK 0.610.000.12   0.02
XYZ52.033676.079979.6526
Yxy76.07990.25040.3662
Hunter Lab87.2238-46.15706.9131
CIE-Lab89.8964-47.42332.3710

#61fadc color RGB value is (97,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111010 11011100
Octal 141 372 334
Decimal 97 250 220
Hex 61 FA DC

RGB Percentages of Color #61fadc

%17.11
%44.09
%38.80

CMYK Percentages of Color #61fadc

%61
%0
%12
%2

Triadic Colors of #61fadc

#61fadc #dc61fa #fadc61

Analogous Colors of #61fadc

#61fadc #61ccfa #61fa90

Monochromatic Colors of #61fadc

#61fadc

Complementary Color

#61fadc #fa617f

#61fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fadc Color CSS Codes

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

#61fadc Text Font Color

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

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


#61fadc Background Color

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

This div background color is #61fadc


#61fadc Border Color

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

This div border color is #61fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fadc


Comments

No comments written yet.

Please login to write comment.