Color Hex Logo

#61baea Color Hex

#61BAEA
(97,186,234)
0 Favorites   0 Comments

Color spaces of #61baea

RGB 97186234
HSL0.560.770.65
HSV201°59°92°
CMYK 0.590.210.00   0.08
XYZ37.340043.599784.2895
Yxy43.59970.22600.2639
Hunter Lab66.0301-14.6109-29.4645
CIE-Lab71.9601-12.9410-31.9848

#61baea color RGB value is (97,186,234).

#61baea hex color red value is 97, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #61baea hue: 0.56 , saturation: 0.77 and the lightness value of 61baea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11101010
Octal 141 272 352
Decimal 97 186 234
Hex 61 BA EA

RGB Percentages of Color #61baea

%18.76
%35.98
%45.26

CMYK Percentages of Color #61baea

%59
%21
%0
%8

Triadic Colors of #61baea

#61baea #ea61ba #baea61

Analogous Colors of #61baea

#61baea #6176ea #61ead6

Monochromatic Colors of #61baea

#61baea

Complementary Color

#61baea #ea9161

#61baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#61baea Color CSS Codes

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

#61baea Text Font Color

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

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


#61baea Background Color

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

This div background color is #61baea


#61baea Border Color

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

This div border color is #61baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61baea


Comments

No comments written yet.

Please login to write comment.