Color Hex Logo

#61abef Color Hex

#61ABEF
(97,171,239)
0 Favorites   0 Comments

Color spaces of #61abef

RGB 97171239
HSL0.580.820.66
HSV209°59°94°
CMYK 0.590.280.00   0.06
XYZ35.072737.899287.1281
Yxy37.89920.21910.2367
Hunter Lab61.5623-6.0408-40.8185
CIE-Lab67.9463-3.2071-40.9440

#61abef color RGB value is (97,171,239).

#61abef hex color red value is 97, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #61abef hue: 0.58 , saturation: 0.82 and the lightness value of 61abef is 0.66.

The process color (four color CMYK) of #61abef color hex is 0.59, 0.28, 0.00, 0.06. Web safe color of #61abef is #6699ff. Color #61abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 11101111
Octal 141 253 357
Decimal 97 171 239
Hex 61 AB EF

RGB Percentages of Color #61abef

%19.13
%33.73
%47.14

CMYK Percentages of Color #61abef

%59
%28
%0
%6

Triadic Colors of #61abef

#61abef #ef61ab #abef61

Analogous Colors of #61abef

#61abef #6164ef #61efec

Monochromatic Colors of #61abef

#61abef

Complementary Color

#61abef #efa561

#61abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abef Color CSS Codes

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

#61abef Text Font Color

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

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


#61abef Background Color

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

This div background color is #61abef


#61abef Border Color

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

This div border color is #61abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abef


Comments

No comments written yet.

Please login to write comment.