Color Hex Logo

#61dbdf Color Hex

#61DBDF
(97,219,223)
0 Favorites   0 Comments

Color spaces of #61dbdf

RGB 97219223
HSL0.510.660.63
HSV182°57°87°
CMYK 0.570.020.00   0.13
XYZ43.580658.532178.8129
Yxy58.53210.24090.3235
Hunter Lab76.5063-32.2063-7.5232
CIE-Lab81.0337-32.6921-12.2740

#61dbdf color RGB value is (97,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011011 11011111
Octal 141 333 337
Decimal 97 219 223
Hex 61 DB DF

RGB Percentages of Color #61dbdf

%18.00
%40.63
%41.37

CMYK Percentages of Color #61dbdf

%57
%2
%0
%13

Triadic Colors of #61dbdf

#61dbdf #df61db #dbdf61

Analogous Colors of #61dbdf

#61dbdf #619cdf #61dfa4

Monochromatic Colors of #61dbdf

#61dbdf

Complementary Color

#61dbdf #df6561

#61dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dbdf Color CSS Codes

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

#61dbdf Text Font Color

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

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


#61dbdf Background Color

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

This div background color is #61dbdf


#61dbdf Border Color

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

This div border color is #61dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dbdf


Comments

No comments written yet.

Please login to write comment.