Color Hex Logo

#61aaea Color Hex

#61AAEA
(97,170,234)
0 Favorites   0 Comments

Color spaces of #61aaea

RGB 97170234
HSL0.580.770.65
HSV208°59°92°
CMYK 0.590.270.00   0.08
XYZ34.155837.231483.2281
Yxy37.23140.22090.2408
Hunter Lab61.0175-6.8617-38.1595
CIE-Lab67.4503-4.2220-38.9864

#61aaea color RGB value is (97,170,234).

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

The process color (four color CMYK) of #61aaea color hex is 0.59, 0.27, 0.00, 0.08. Web safe color of #61aaea is #6699ff. Color #61aaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101010 11101010
Octal 141 252 352
Decimal 97 170 234
Hex 61 AA EA

RGB Percentages of Color #61aaea

%19.36
%33.93
%46.71

CMYK Percentages of Color #61aaea

%59
%27
%0
%8

Triadic Colors of #61aaea

#61aaea #ea61aa #aaea61

Analogous Colors of #61aaea

#61aaea #6166ea #61eae6

Monochromatic Colors of #61aaea

#61aaea

Complementary Color

#61aaea #eaa161

#61aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aaea Color CSS Codes

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

#61aaea Text Font Color

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

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


#61aaea Background Color

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

This div background color is #61aaea


#61aaea Border Color

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

This div border color is #61aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aaea


Comments

No comments written yet.

Please login to write comment.