Color Hex Logo

#61abde Color Hex

#61ABDE
(97,171,222)
0 Favorites   0 Comments

Color spaces of #61abde

RGB 97171222
HSL0.570.650.63
HSV204°56°87°
CMYK 0.560.230.00   0.13
XYZ32.677536.941174.5153
Yxy36.94110.22670.2563
Hunter Lab60.7792-10.3943-30.1441
CIE-Lab67.2328-8.4890-32.7435

#61abde color RGB value is (97,171,222).

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

The process color (four color CMYK) of #61abde color hex is 0.56, 0.23, 0.00, 0.13. Web safe color of #61abde is #6699cc. Color #61abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 11011110
Octal 141 253 336
Decimal 97 171 222
Hex 61 AB DE

RGB Percentages of Color #61abde

%19.80
%34.90
%45.31

CMYK Percentages of Color #61abde

%56
%23
%0
%13

Triadic Colors of #61abde

#61abde #de61ab #abde61

Analogous Colors of #61abde

#61abde #616dde #61ded3

Monochromatic Colors of #61abde

#61abde

Complementary Color

#61abde #de9461

#61abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abde Color CSS Codes

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

#61abde Text Font Color

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

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


#61abde Background Color

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

This div background color is #61abde


#61abde Border Color

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

This div border color is #61abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abde


Comments

No comments written yet.

Please login to write comment.