Color Hex Logo

#61bae7 Color Hex

#61BAE7
(97,186,231)
0 Favorites   0 Comments

Color spaces of #61bae7

RGB 97186231
HSL0.560.740.64
HSV200°58°91°
CMYK 0.580.190.00   0.09
XYZ36.912543.428782.0384
Yxy43.42870.22730.2675
Hunter Lab65.9005-15.3435-27.6788
CIE-Lab71.8450-13.8476-30.5338

#61bae7 color RGB value is (97,186,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11100111
Octal 141 272 347
Decimal 97 186 231
Hex 61 BA E7

RGB Percentages of Color #61bae7

%18.87
%36.19
%44.94

CMYK Percentages of Color #61bae7

%58
%19
%0
%9

Triadic Colors of #61bae7

#61bae7 #e761ba #bae761

Analogous Colors of #61bae7

#61bae7 #6177e7 #61e7d1

Monochromatic Colors of #61bae7

#61bae7

Complementary Color

#61bae7 #e78e61

#61bae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bae7 Color CSS Codes

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

#61bae7 Text Font Color

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

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


#61bae7 Background Color

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

This div background color is #61bae7


#61bae7 Border Color

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

This div border color is #61bae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bae7


Comments

No comments written yet.

Please login to write comment.