Color Hex Logo

#61aedc Color Hex

#61AEDC
(97,174,220)
0 Favorites   0 Comments

Color spaces of #61aedc

RGB 97174220
HSL0.560.640.62
HSV202°56°86°
CMYK 0.560.210.00   0.14
XYZ32.984137.980873.3027
Yxy37.98080.22860.2633
Hunter Lab61.6286-12.3154-27.3812
CIE-Lab68.0065-10.7316-30.4484

#61aedc color RGB value is (97,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11011100
Octal 141 256 334
Decimal 97 174 220
Hex 61 AE DC

RGB Percentages of Color #61aedc

%19.76
%35.44
%44.81

CMYK Percentages of Color #61aedc

%56
%21
%0
%14

Triadic Colors of #61aedc

#61aedc #dc61ae #aedc61

Analogous Colors of #61aedc

#61aedc #6171dc #61dccd

Monochromatic Colors of #61aedc

#61aedc

Complementary Color

#61aedc #dc8f61

#61aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aedc Color CSS Codes

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

#61aedc Text Font Color

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

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


#61aedc Background Color

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

This div background color is #61aedc


#61aedc Border Color

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

This div border color is #61aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aedc


Comments

No comments written yet.

Please login to write comment.