Color Hex Logo

#61acdf Color Hex

#61ACDF
(97,172,223)
0 Favorites   0 Comments

Color spaces of #61acdf

RGB 97172223
HSL0.570.660.63
HSV204°57°87°
CMYK 0.570.230.00   0.13
XYZ33.001637.374175.2866
Yxy37.37410.22660.2566
Hunter Lab61.1344-10.6271-30.2212
CIE-Lab67.5568-8.7311-32.7910

#61acdf color RGB value is (97,172,223).

#61acdf hex color red value is 97, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #61acdf hue: 0.57 , saturation: 0.66 and the lightness value of 61acdf is 0.63.

The process color (four color CMYK) of #61acdf color hex is 0.57, 0.23, 0.00, 0.13. Web safe color of #61acdf is #6699cc. Color #61acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11011111
Octal 141 254 337
Decimal 97 172 223
Hex 61 AC DF

RGB Percentages of Color #61acdf

%19.72
%34.96
%45.33

CMYK Percentages of Color #61acdf

%57
%23
%0
%13

Triadic Colors of #61acdf

#61acdf #df61ac #acdf61

Analogous Colors of #61acdf

#61acdf #616ddf #61dfd3

Monochromatic Colors of #61acdf

#61acdf

Complementary Color

#61acdf #df9461

#61acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acdf Color CSS Codes

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

#61acdf Text Font Color

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

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


#61acdf Background Color

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

This div background color is #61acdf


#61acdf Border Color

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

This div border color is #61acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acdf


Comments

No comments written yet.

Please login to write comment.