Color Hex Logo

#61aecd Color Hex

#61AECD
(97,174,205)
0 Favorites   0 Comments

Color spaces of #61aecd

RGB 97174205
HSL0.550.520.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ31.085337.221363.3037
Yxy37.22130.23620.2828
Hunter Lab61.0093-15.8173-18.8133
CIE-Lab67.4427-15.1778-23.0576

#61aecd color RGB value is (97,174,205).

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

The process color (four color CMYK) of #61aecd color hex is 0.53, 0.15, 0.00, 0.20. Web safe color of #61aecd is #6699cc. Color #61aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11001101
Octal 141 256 315
Decimal 97 174 205
Hex 61 AE CD

RGB Percentages of Color #61aecd

%20.38
%36.55
%43.07

CMYK Percentages of Color #61aecd

%53
%15
%0
%20

Triadic Colors of #61aecd

#61aecd #cd61ae #aecd61

Analogous Colors of #61aecd

#61aecd #6178cd #61cdb6

Monochromatic Colors of #61aecd

#61aecd

Complementary Color

#61aecd #cd8061

#61aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aecd Color CSS Codes

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

#61aecd Text Font Color

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

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


#61aecd Background Color

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

This div background color is #61aecd


#61aecd Border Color

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

This div border color is #61aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aecd


Comments

No comments written yet.

Please login to write comment.