Color Hex Logo

#61abdc Color Hex

#61ABDC
(97,171,220)
0 Favorites   0 Comments

Color spaces of #61abdc

RGB 97171220
HSL0.570.640.62
HSV204°56°86°
CMYK 0.560.220.00   0.14
XYZ32.410936.834573.1117
Yxy36.83450.22770.2587
Hunter Lab60.6914-10.8861-28.9395
CIE-Lab67.1527-9.0988-31.7680

#61abdc color RGB value is (97,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 11011100
Octal 141 253 334
Decimal 97 171 220
Hex 61 AB DC

RGB Percentages of Color #61abdc

%19.88
%35.04
%45.08

CMYK Percentages of Color #61abdc

%56
%22
%0
%14

Triadic Colors of #61abdc

#61abdc #dc61ab #abdc61

Analogous Colors of #61abdc

#61abdc #616edc #61dcd0

Monochromatic Colors of #61abdc

#61abdc

Complementary Color

#61abdc #dc9261

#61abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abdc Color CSS Codes

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

#61abdc Text Font Color

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

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


#61abdc Background Color

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

This div background color is #61abdc


#61abdc Border Color

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

This div border color is #61abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abdc


Comments

No comments written yet.

Please login to write comment.