Color Hex Logo

#61aeea Color Hex

#61AEEA
(97,174,234)
0 Favorites   0 Comments

Color spaces of #61aeea

RGB 97174234
HSL0.570.770.65
HSV206°59°92°
CMYK 0.590.260.00   0.08
XYZ34.917138.754083.4818
Yxy38.75400.22220.2466
Hunter Lab62.2527-8.8229-35.9319
CIE-Lab68.5727-6.4384-37.2368

#61aeea color RGB value is (97,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11101010
Octal 141 256 352
Decimal 97 174 234
Hex 61 AE EA

RGB Percentages of Color #61aeea

%19.21
%34.46
%46.34

CMYK Percentages of Color #61aeea

%59
%26
%0
%8

Triadic Colors of #61aeea

#61aeea #ea61ae #aeea61

Analogous Colors of #61aeea

#61aeea #616aea #61eae2

Monochromatic Colors of #61aeea

#61aeea

Complementary Color

#61aeea #ea9d61

#61aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aeea Color CSS Codes

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

#61aeea Text Font Color

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

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


#61aeea Background Color

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

This div background color is #61aeea


#61aeea Border Color

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

This div border color is #61aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aeea


Comments

No comments written yet.

Please login to write comment.