Color Hex Logo

#61bafd Color Hex

#61BAFD
(97,186,253)
0 Favorites   0 Comments

Color spaces of #61bafd

RGB 97186253
HSL0.570.980.69
HSV206°62°99°
CMYK 0.620.260.00   0.01
XYZ40.218344.751099.4466
Yxy44.75100.21810.2427
Hunter Lab66.8962-9.7533-41.3121
CIE-Lab72.7276-7.0719-41.0682

#61bafd color RGB value is (97,186,253).

#61bafd hex color red value is 97, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #61bafd hue: 0.57 , saturation: 0.98 and the lightness value of 61bafd is 0.69.

The process color (four color CMYK) of #61bafd color hex is 0.62, 0.26, 0.00, 0.01. Web safe color of #61bafd is #66ccff. Color #61bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11111101
Octal 141 272 375
Decimal 97 186 253
Hex 61 BA FD

RGB Percentages of Color #61bafd

%18.10
%34.70
%47.20

CMYK Percentages of Color #61bafd

%62
%26
%0
%1

Triadic Colors of #61bafd

#61bafd #fd61ba #bafd61

Analogous Colors of #61bafd

#61bafd #616cfd #61fdf2

Monochromatic Colors of #61bafd

#61bafd

Complementary Color

#61bafd #fda461

#61bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bafd Color CSS Codes

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

#61bafd Text Font Color

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

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


#61bafd Background Color

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

This div background color is #61bafd


#61bafd Border Color

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

This div border color is #61bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bafd


Comments

No comments written yet.

Please login to write comment.