Color Hex Logo

#61badf Color Hex

#61BADF
(97,186,223)
0 Favorites   0 Comments

Color spaces of #61badf

RGB 97186223
HSL0.550.660.63
HSV198°57°87°
CMYK 0.570.170.00   0.13
XYZ35.808042.986976.2221
Yxy42.98690.23100.2773
Hunter Lab65.5644-17.2499-23.0327
CIE-Lab71.5461-16.2346-26.6424

#61badf color RGB value is (97,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11011111
Octal 141 272 337
Decimal 97 186 223
Hex 61 BA DF

RGB Percentages of Color #61badf

%19.17
%36.76
%44.07

CMYK Percentages of Color #61badf

%57
%17
%0
%13

Triadic Colors of #61badf

#61badf #df61ba #badf61

Analogous Colors of #61badf

#61badf #617bdf #61dfc5

Monochromatic Colors of #61badf

#61badf

Complementary Color

#61badf #df8661

#61badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61badf Color CSS Codes

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

#61badf Text Font Color

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

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


#61badf Background Color

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

This div background color is #61badf


#61badf Border Color

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

This div border color is #61badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61badf


Comments

No comments written yet.

Please login to write comment.