Color Hex Logo

#61dfbe Color Hex

#61DFBE
(97,223,190)
0 Favorites   0 Comments

Color spaces of #61dfbe

RGB 97223190
HSL0.460.660.63
HSV164°57°87°
CMYK 0.570.000.15   0.13
XYZ40.611759.034457.9695
Yxy59.03440.25770.3745
Hunter Lab76.8338-40.11039.0507
CIE-Lab81.3105-42.84715.6792

#61dfbe color RGB value is (97,223,190).

#61dfbe hex color red value is 97, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #61dfbe hue: 0.46 , saturation: 0.66 and the lightness value of 61dfbe is 0.63.

The process color (four color CMYK) of #61dfbe color hex is 0.57, 0.00, 0.15, 0.13. Web safe color of #61dfbe is #66cccc. Color #61dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 10111110
Octal 141 337 276
Decimal 97 223 190
Hex 61 DF BE

RGB Percentages of Color #61dfbe

%19.02
%43.73
%37.25

CMYK Percentages of Color #61dfbe

%57
%0
%15
%13

Triadic Colors of #61dfbe

#61dfbe #be61df #dfbe61

Analogous Colors of #61dfbe

#61dfbe #61c1df #61df7f

Monochromatic Colors of #61dfbe

#61dfbe

Complementary Color

#61dfbe #df6182

#61dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfbe Color CSS Codes

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

#61dfbe Text Font Color

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

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


#61dfbe Background Color

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

This div background color is #61dfbe


#61dfbe Border Color

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

This div border color is #61dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfbe


Comments

No comments written yet.

Please login to write comment.