Color Hex Logo

#61acfe Color Hex

#61ACFE
(97,172,254)
0 Favorites   0 Comments

Color spaces of #61acfe

RGB 97172254
HSL0.590.990.69
HSV211°62°100°
CMYK 0.620.320.00   0.00
XYZ37.571739.202299.3525
Yxy39.20220.21330.2226
Hunter Lab62.6117-2.4570-50.2535
CIE-Lab68.89751.0159-47.6107

#61acfe color RGB value is (97,172,254).

#61acfe hex color red value is 97, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #61acfe hue: 0.59 , saturation: 0.99 and the lightness value of 61acfe is 0.69.

The process color (four color CMYK) of #61acfe color hex is 0.62, 0.32, 0.00, 0.00. Web safe color of #61acfe is #6699ff. Color #61acfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11111110
Octal 141 254 376
Decimal 97 172 254
Hex 61 AC FE

RGB Percentages of Color #61acfe

%18.55
%32.89
%48.57

CMYK Percentages of Color #61acfe

%62
%32
%0
%0

Triadic Colors of #61acfe

#61acfe #fe61ac #acfe61

Analogous Colors of #61acfe

#61acfe #6561fe #61fbfe

Monochromatic Colors of #61acfe

#61acfe

Complementary Color

#61acfe #feb361

#61acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acfe Color CSS Codes

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

#61acfe Text Font Color

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

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


#61acfe Background Color

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

This div background color is #61acfe


#61acfe Border Color

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

This div border color is #61acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acfe

Related Colors


Comments

No comments written yet.

Please login to write comment.