Color Hex Logo

#61aeba Color Hex

#61AEBA
(97,174,186)
0 Favorites   0 Comments

Color spaces of #61aeba

RGB 97174186
HSL0.520.390.55
HSV188°48°73°
CMYK 0.480.060.00   0.27
XYZ28.928736.358751.9476
Yxy36.35870.24680.3101
Hunter Lab60.2982-19.8845-8.8703
CIE-Lab66.7931-20.5358-13.5315

#61aeba color RGB value is (97,174,186).

#61aeba hex color red value is 97, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #61aeba hue: 0.52 , saturation: 0.39 and the lightness value of 61aeba is 0.55.

The process color (four color CMYK) of #61aeba color hex is 0.48, 0.06, 0.00, 0.27. Web safe color of #61aeba is #6699cc. Color #61aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 10111010
Octal 141 256 272
Decimal 97 174 186
Hex 61 AE BA

RGB Percentages of Color #61aeba

%21.23
%38.07
%40.70

CMYK Percentages of Color #61aeba

%48
%6
%0
%27

Triadic Colors of #61aeba

#61aeba #ba61ae #aeba61

Analogous Colors of #61aeba

#61aeba #6182ba #61ba9a

Monochromatic Colors of #61aeba

#61aeba

Complementary Color

#61aeba #ba6d61

#61aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aeba Color CSS Codes

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

#61aeba Text Font Color

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

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


#61aeba Background Color

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

This div background color is #61aeba


#61aeba Border Color

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

This div border color is #61aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aeba


Comments

No comments written yet.

Please login to write comment.