Color Hex Logo

#61afed Color Hex

#61AFED
(97,175,237)
0 Favorites   0 Comments

Color spaces of #61afed

RGB 97175237
HSL0.570.800.65
HSV207°59°93°
CMYK 0.590.260.00   0.07
XYZ35.545839.315885.8360
Yxy39.31580.22120.2447
Hunter Lab62.7023-8.5378-37.2731
CIE-Lab68.9794-6.0549-38.2403

#61afed color RGB value is (97,175,237).

#61afed hex color red value is 97, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #61afed hue: 0.57 , saturation: 0.80 and the lightness value of 61afed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 11101101
Octal 141 257 355
Decimal 97 175 237
Hex 61 AF ED

RGB Percentages of Color #61afed

%19.06
%34.38
%46.56

CMYK Percentages of Color #61afed

%59
%26
%0
%7

Triadic Colors of #61afed

#61afed #ed61af #afed61

Analogous Colors of #61afed

#61afed #6169ed #61ede5

Monochromatic Colors of #61afed

#61afed

Complementary Color

#61afed #ed9f61

#61afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afed Color CSS Codes

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

#61afed Text Font Color

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

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


#61afed Background Color

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

This div background color is #61afed


#61afed Border Color

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

This div border color is #61afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afed


Comments

No comments written yet.

Please login to write comment.