Color Hex Logo

#61bafe Color Hex

#61BAFE
(97,186,254)
0 Favorites   0 Comments

Color spaces of #61bafe

RGB 97186254
HSL0.570.990.69
HSV206°62°100°
CMYK 0.620.270.00   0.00
XYZ40.378144.8150100.2879
Yxy44.81500.21770.2416
Hunter Lab66.9440-9.4875-41.9607
CIE-Lab72.7699-6.7576-41.5410

#61bafe color RGB value is (97,186,254).

#61bafe hex color red value is 97, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #61bafe hue: 0.57 , saturation: 0.99 and the lightness value of 61bafe is 0.69.

The process color (four color CMYK) of #61bafe color hex is 0.62, 0.27, 0.00, 0.00. Web safe color of #61bafe is #66ccff. Color #61bafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11111110
Octal 141 272 376
Decimal 97 186 254
Hex 61 BA FE

RGB Percentages of Color #61bafe

%18.06
%34.64
%47.30

CMYK Percentages of Color #61bafe

%62
%27
%0
%0

Triadic Colors of #61bafe

#61bafe #fe61ba #bafe61

Analogous Colors of #61bafe

#61bafe #616cfe #61fef4

Monochromatic Colors of #61bafe

#61bafe

Complementary Color

#61bafe #fea561

#61bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bafe Color CSS Codes

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

#61bafe Text Font Color

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

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


#61bafe Background Color

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

This div background color is #61bafe


#61bafe Border Color

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

This div border color is #61bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bafe

Related Colors


Comments

No comments written yet.

Please login to write comment.