Color Hex Logo

#61aeeb Color Hex

#61AEEB
(97,174,235)
0 Favorites   0 Comments

Color spaces of #61aeeb

RGB 97174235
HSL0.570.780.65
HSV207°59°92°
CMYK 0.590.260.00   0.08
XYZ35.061238.811684.2407
Yxy38.81160.22170.2455
Hunter Lab62.2990-8.5652-36.5627
CIE-Lab68.6146-6.1269-37.7176

#61aeeb color RGB value is (97,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11101011
Octal 141 256 353
Decimal 97 174 235
Hex 61 AE EB

RGB Percentages of Color #61aeeb

%19.17
%34.39
%46.44

CMYK Percentages of Color #61aeeb

%59
%26
%0
%8

Triadic Colors of #61aeeb

#61aeeb #eb61ae #aeeb61

Analogous Colors of #61aeeb

#61aeeb #6169eb #61ebe3

Monochromatic Colors of #61aeeb

#61aeeb

Complementary Color

#61aeeb #eb9e61

#61aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aeeb Color CSS Codes

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

#61aeeb Text Font Color

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

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


#61aeeb Background Color

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

This div background color is #61aeeb


#61aeeb Border Color

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

This div border color is #61aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aeeb


Comments

No comments written yet.

Please login to write comment.