Color Hex Logo

#61adec Color Hex

#61ADEC
(97,173,236)
0 Favorites   0 Comments

Color spaces of #61adec

RGB 97173236
HSL0.580.790.65
HSV207°59°93°
CMYK 0.590.270.00   0.07
XYZ35.013738.484784.9397
Yxy38.48470.22100.2429
Hunter Lab62.0360-7.8161-37.7546
CIE-Lab68.3763-5.2621-38.6347

#61adec color RGB value is (97,173,236).

#61adec hex color red value is 97, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #61adec hue: 0.58 , saturation: 0.79 and the lightness value of 61adec is 0.65.

The process color (four color CMYK) of #61adec color hex is 0.59, 0.27, 0.00, 0.07. Web safe color of #61adec is #6699ff. Color #61adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101101 11101100
Octal 141 255 354
Decimal 97 173 236
Hex 61 AD EC

RGB Percentages of Color #61adec

%19.17
%34.19
%46.64

CMYK Percentages of Color #61adec

%59
%27
%0
%7

Triadic Colors of #61adec

#61adec #ec61ad #adec61

Analogous Colors of #61adec

#61adec #6168ec #61ece6

Monochromatic Colors of #61adec

#61adec

Complementary Color

#61adec #eca061

#61adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#61adec Color CSS Codes

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

#61adec Text Font Color

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

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


#61adec Background Color

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

This div background color is #61adec


#61adec Border Color

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

This div border color is #61adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61adec


Comments

No comments written yet.

Please login to write comment.