Color Hex Logo

#61bece Color Hex

#61BECE
(97,190,206)
0 Favorites   0 Comments

Color spaces of #61bece

RGB 97190206
HSL0.520.530.59
HSV189°53°81°
CMYK 0.530.080.00   0.19
XYZ34.483843.824565.0340
Yxy43.82450.24060.3057
Hunter Lab66.2001-22.8690-11.9056
CIE-Lab72.1110-23.1773-16.5160

#61bece color RGB value is (97,190,206).

#61bece hex color red value is 97, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #61bece hue: 0.52 , saturation: 0.53 and the lightness value of 61bece is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 11001110
Octal 141 276 316
Decimal 97 190 206
Hex 61 BE CE

RGB Percentages of Color #61bece

%19.68
%38.54
%41.78

CMYK Percentages of Color #61bece

%53
%8
%0
%19

Triadic Colors of #61bece

#61bece #ce61be #bece61

Analogous Colors of #61bece

#61bece #6188ce #61cea8

Monochromatic Colors of #61bece

#61bece

Complementary Color

#61bece #ce7161

#61bece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bece Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bece Color CSS Codes

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

#61bece Text Font Color

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

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


#61bece Background Color

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

This div background color is #61bece


#61bece Border Color

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

This div border color is #61bece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bece


Comments

No comments written yet.

Please login to write comment.