Color Hex Logo

#61bfeb Color Hex

#61BFEB
(97,191,235)
0 Favorites   0 Comments

Color spaces of #61bfeb

RGB 97191235
HSL0.550.780.65
HSV199°59°92°
CMYK 0.590.190.00   0.08
XYZ38.556045.801185.4057
Yxy45.80110.22710.2698
Hunter Lab67.6765-16.7406-27.4486
CIE-Lab73.4163-15.2848-30.2813

#61bfeb color RGB value is (97,191,235).

#61bfeb hex color red value is 97, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #61bfeb hue: 0.55 , saturation: 0.78 and the lightness value of 61bfeb is 0.65.

The process color (four color CMYK) of #61bfeb color hex is 0.59, 0.19, 0.00, 0.08. Web safe color of #61bfeb is #66ccff. Color #61bfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 11101011
Octal 141 277 353
Decimal 97 191 235
Hex 61 BF EB

RGB Percentages of Color #61bfeb

%18.55
%36.52
%44.93

CMYK Percentages of Color #61bfeb

%59
%19
%0
%8

Triadic Colors of #61bfeb

#61bfeb #eb61bf #bfeb61

Analogous Colors of #61bfeb

#61bfeb #617aeb #61ebd2

Monochromatic Colors of #61bfeb

#61bfeb

Complementary Color

#61bfeb #eb8d61

#61bfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfeb Color CSS Codes

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

#61bfeb Text Font Color

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

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


#61bfeb Background Color

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

This div background color is #61bfeb


#61bfeb Border Color

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

This div border color is #61bfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfeb


Comments

No comments written yet.

Please login to write comment.