Color Hex Logo

#61beff Color Hex

#61BEFF
(97,190,255)
0 Favorites   0 Comments

Color spaces of #61beff

RGB 97190255
HSL0.571.000.69
HSV205°62°100°
CMYK 0.620.250.00   0.00
XYZ41.393246.5883101.4185
Yxy46.58830.21850.2460
Hunter Lab68.2556-11.1971-40.3179
CIE-Lab73.9257-8.6155-40.2768

#61beff color RGB value is (97,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 11111111
Octal 141 276 377
Decimal 97 190 255
Hex 61 BE FF

RGB Percentages of Color #61beff

%17.90
%35.06
%47.05

CMYK Percentages of Color #61beff

%62
%25
%0
%0

Triadic Colors of #61beff

#61beff #ff61be #beff61

Analogous Colors of #61beff

#61beff #616fff #61fff1

Monochromatic Colors of #61beff

#61beff

Complementary Color

#61beff #ffa261

#61beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61beff Color CSS Codes

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

#61beff Text Font Color

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

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


#61beff Background Color

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

This div background color is #61beff


#61beff Border Color

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

This div border color is #61beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61beff

Related Colors


Comments

No comments written yet.

Please login to write comment.