Color Hex Logo

#61dbbe Color Hex

#61DBBE
(97,219,190)
0 Favorites   0 Comments

Color spaces of #61dbbe

RGB 97219190
HSL0.460.630.62
HSV166°56°86°
CMYK 0.560.000.13   0.14
XYZ39.555556.922157.6175
Yxy56.92210.25670.3694
Hunter Lab75.4467-38.44717.5339
CIE-Lab80.1358-41.07703.9825

#61dbbe color RGB value is (97,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011011 10111110
Octal 141 333 276
Decimal 97 219 190
Hex 61 DB BE

RGB Percentages of Color #61dbbe

%19.17
%43.28
%37.55

CMYK Percentages of Color #61dbbe

%56
%0
%13
%14

Triadic Colors of #61dbbe

#61dbbe #be61db #dbbe61

Analogous Colors of #61dbbe

#61dbbe #61bbdb #61db81

Monochromatic Colors of #61dbbe

#61dbbe

Complementary Color

#61dbbe #db617e

#61dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dbbe Color CSS Codes

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

#61dbbe Text Font Color

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

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


#61dbbe Background Color

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

This div background color is #61dbbe


#61dbbe Border Color

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

This div border color is #61dbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,219,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 #61dbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dbbe


Comments

No comments written yet.

Please login to write comment.