Color Hex Logo

#61dadf Color Hex

#61DADF
(97,218,223)
0 Favorites   0 Comments

Color spaces of #61dadf

RGB 97218223
HSL0.510.660.63
HSV182°57°87°
CMYK 0.570.020.00   0.13
XYZ43.320558.011978.7262
Yxy58.01190.24060.3222
Hunter Lab76.1655-31.7647-7.9674
CIE-Lab80.7454-32.2179-12.7053

#61dadf color RGB value is (97,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011010 11011111
Octal 141 332 337
Decimal 97 218 223
Hex 61 DA DF

RGB Percentages of Color #61dadf

%18.03
%40.52
%41.45

CMYK Percentages of Color #61dadf

%57
%2
%0
%13

Triadic Colors of #61dadf

#61dadf #df61da #dadf61

Analogous Colors of #61dadf

#61dadf #619bdf #61dfa5

Monochromatic Colors of #61dadf

#61dadf

Complementary Color

#61dadf #df6661

#61dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dadf Color CSS Codes

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

#61dadf Text Font Color

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

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


#61dadf Background Color

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

This div background color is #61dadf


#61dadf Border Color

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

This div border color is #61dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dadf


Comments

No comments written yet.

Please login to write comment.