Color Hex Logo

#61aeca Color Hex

#61AECA
(97,174,202)
0 Favorites   0 Comments

Color spaces of #61aeca

RGB 97174202
HSL0.540.500.59
HSV196°52°79°
CMYK 0.520.140.00   0.21
XYZ30.726537.077861.4144
Yxy37.07780.23780.2869
Hunter Lab60.8915-16.4873-17.1750
CIE-Lab67.3354-16.0455-21.5653

#61aeca color RGB value is (97,174,202).

#61aeca hex color red value is 97, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #61aeca hue: 0.54 , saturation: 0.50 and the lightness value of 61aeca is 0.59.

The process color (four color CMYK) of #61aeca color hex is 0.52, 0.14, 0.00, 0.21. Web safe color of #61aeca is #6699cc. Color #61aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11001010
Octal 141 256 312
Decimal 97 174 202
Hex 61 AE CA

RGB Percentages of Color #61aeca

%20.51
%36.79
%42.71

CMYK Percentages of Color #61aeca

%52
%14
%0
%21

Triadic Colors of #61aeca

#61aeca #ca61ae #aeca61

Analogous Colors of #61aeca

#61aeca #617aca #61cab2

Monochromatic Colors of #61aeca

#61aeca

Complementary Color

#61aeca #ca7d61

#61aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aeca Color CSS Codes

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

#61aeca Text Font Color

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

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


#61aeca Background Color

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

This div background color is #61aeca


#61aeca Border Color

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

This div border color is #61aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aeca


Comments

No comments written yet.

Please login to write comment.