Color Hex Logo

#61bade Color Hex

#61BADE
(97,186,222)
0 Favorites   0 Comments

Color spaces of #61bade

RGB 97186222
HSL0.550.650.63
HSV197°56°87°
CMYK 0.560.160.00   0.13
XYZ35.673542.933175.5140
Yxy42.93310.23150.2786
Hunter Lab65.5234-17.4834-22.4639
CIE-Lab71.5095-16.5298-26.1538

#61bade color RGB value is (97,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11011110
Octal 141 272 336
Decimal 97 186 222
Hex 61 BA DE

RGB Percentages of Color #61bade

%19.21
%36.83
%43.96

CMYK Percentages of Color #61bade

%56
%16
%0
%13

Triadic Colors of #61bade

#61bade #de61ba #bade61

Analogous Colors of #61bade

#61bade #617cde #61dec4

Monochromatic Colors of #61bade

#61bade

Complementary Color

#61bade #de8561

#61bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bade Color CSS Codes

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

#61bade Text Font Color

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

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


#61bade Background Color

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

This div background color is #61bade


#61bade Border Color

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

This div border color is #61bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bade


Comments

No comments written yet.

Please login to write comment.