Color Hex Logo

#61aebe Color Hex

#61AEBE
(97,174,190)
0 Favorites   0 Comments

Color spaces of #61aebe

RGB 97174190
HSL0.530.420.56
HSV190°49°75°
CMYK 0.490.080.00   0.25
XYZ29.360136.531254.2190
Yxy36.53120.24440.3041
Hunter Lab60.4410-19.0629-10.8777
CIE-Lab66.9238-19.4357-15.5515

#61aebe color RGB value is (97,174,190).

#61aebe hex color red value is 97, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #61aebe hue: 0.53 , saturation: 0.42 and the lightness value of 61aebe is 0.56.

The process color (four color CMYK) of #61aebe color hex is 0.49, 0.08, 0.00, 0.25. Web safe color of #61aebe is #6699cc. Color #61aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 10111110
Octal 141 256 276
Decimal 97 174 190
Hex 61 AE BE

RGB Percentages of Color #61aebe

%21.04
%37.74
%41.21

CMYK Percentages of Color #61aebe

%49
%8
%0
%25

Triadic Colors of #61aebe

#61aebe #be61ae #aebe61

Analogous Colors of #61aebe

#61aebe #6180be #61bea0

Monochromatic Colors of #61aebe

#61aebe

Complementary Color

#61aebe #be7161

#61aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aebe Color CSS Codes

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

#61aebe Text Font Color

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

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


#61aebe Background Color

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

This div background color is #61aebe


#61aebe Border Color

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

This div border color is #61aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aebe


Comments

No comments written yet.

Please login to write comment.