Color Hex Logo

#61d7fd Color Hex

#61D7FD
(97,215,253)
0 Favorites   0 Comments

Color spaces of #61d7fd

RGB 97215253
HSL0.540.980.69
HSV195°62°99°
CMYK 0.620.150.00   0.01
XYZ46.959858.2341101.6938
Yxy58.23410.22700.2815
Hunter Lab76.3113-23.7009-25.5931
CIE-Lab80.8688-22.2629-28.4825

#61d7fd color RGB value is (97,215,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11010111 11111101
Octal 141 327 375
Decimal 97 215 253
Hex 61 D7 FD

RGB Percentages of Color #61d7fd

%17.17
%38.05
%44.78

CMYK Percentages of Color #61d7fd

%62
%15
%0
%1

Triadic Colors of #61d7fd

#61d7fd #fd61d7 #d7fd61

Analogous Colors of #61d7fd

#61d7fd #6189fd #61fdd5

Monochromatic Colors of #61d7fd

#61d7fd

Complementary Color

#61d7fd #fd8761

#61d7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61d7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61d7fd Color CSS Codes

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

#61d7fd Text Font Color

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

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


#61d7fd Background Color

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

This div background color is #61d7fd


#61d7fd Border Color

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

This div border color is #61d7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61d7fd


Comments

No comments written yet.

Please login to write comment.