Color Hex Logo

#61afdc Color Hex

#61AFDC
(97,175,220)
0 Favorites   0 Comments

Color spaces of #61afdc

RGB 97175220
HSL0.560.640.62
HSV202°56°86°
CMYK 0.560.200.00   0.14
XYZ33.178038.368673.3674
Yxy38.36860.22890.2648
Hunter Lab61.9424-12.7898-26.8661
CIE-Lab68.2914-11.2727-30.0086

#61afdc color RGB value is (97,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 11011100
Octal 141 257 334
Decimal 97 175 220
Hex 61 AF DC

RGB Percentages of Color #61afdc

%19.72
%35.57
%44.72

CMYK Percentages of Color #61afdc

%56
%20
%0
%14

Triadic Colors of #61afdc

#61afdc #dc61af #afdc61

Analogous Colors of #61afdc

#61afdc #6172dc #61dccc

Monochromatic Colors of #61afdc

#61afdc

Complementary Color

#61afdc #dc8e61

#61afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afdc Color CSS Codes

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

#61afdc Text Font Color

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

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


#61afdc Background Color

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

This div background color is #61afdc


#61afdc Border Color

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

This div border color is #61afdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,175,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 #61afdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afdc


Comments

No comments written yet.

Please login to write comment.