Color Hex Logo

#61bfef Color Hex

#61BFEF
(97,191,239)
0 Favorites   0 Comments

Color spaces of #61bfef

RGB 97191239
HSL0.560.820.66
HSV200°59°94°
CMYK 0.590.200.00   0.06
XYZ39.140646.035088.4841
Yxy46.03500.22540.2651
Hunter Lab67.8491-15.7633-29.8275
CIE-Lab73.5682-14.0785-32.2093

#61bfef color RGB value is (97,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111111 11101111
Octal 141 277 357
Decimal 97 191 239
Hex 61 BF EF

RGB Percentages of Color #61bfef

%18.41
%36.24
%45.35

CMYK Percentages of Color #61bfef

%59
%20
%0
%6

Triadic Colors of #61bfef

#61bfef #ef61bf #bfef61

Analogous Colors of #61bfef

#61bfef #6178ef #61efd8

Monochromatic Colors of #61bfef

#61bfef

Complementary Color

#61bfef #ef9161

#61bfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bfef Color CSS Codes

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

#61bfef Text Font Color

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

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


#61bfef Background Color

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

This div background color is #61bfef


#61bfef Border Color

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

This div border color is #61bfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,191,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 #61bfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bfef


Comments

No comments written yet.

Please login to write comment.