Color Hex Logo

#61beca Color Hex

#61BECA
(97,190,202)
0 Favorites   0 Comments

Color spaces of #61beca

RGB 97190202
HSL0.520.500.59
HSV187°52°79°
CMYK 0.520.060.00   0.21
XYZ34.003943.632662.5068
Yxy43.63260.24260.3113
Hunter Lab66.0550-23.7077-9.8667
CIE-Lab71.9822-24.2841-14.5274

#61beca color RGB value is (97,190,202).

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

The process color (four color CMYK) of #61beca color hex is 0.52, 0.06, 0.00, 0.21. Web safe color of #61beca is #66cccc. Color #61beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 11001010
Octal 141 276 312
Decimal 97 190 202
Hex 61 BE CA

RGB Percentages of Color #61beca

%19.84
%38.85
%41.31

CMYK Percentages of Color #61beca

%52
%6
%0
%21

Triadic Colors of #61beca

#61beca #ca61be #beca61

Analogous Colors of #61beca

#61beca #618aca #61caa2

Monochromatic Colors of #61beca

#61beca

Complementary Color

#61beca #ca6d61

#61beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61beca Color CSS Codes

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

#61beca Text Font Color

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

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


#61beca Background Color

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

This div background color is #61beca


#61beca Border Color

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

This div border color is #61beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61beca


Comments

No comments written yet.

Please login to write comment.