Color Hex Logo

#61dffd Color Hex

#61DFFD
(97,223,253)
0 Favorites   0 Comments

Color spaces of #61dffd

RGB 97223253
HSL0.530.980.69
HSV192°62°99°
CMYK 0.620.120.00   0.01
XYZ49.047162.4086102.3895
Yxy62.40860.22940.2918
Hunter Lab78.9991-27.4256-21.5454
CIE-Lab83.1302-26.2388-25.0282

#61dffd color RGB value is (97,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 11111101
Octal 141 337 375
Decimal 97 223 253
Hex 61 DF FD

RGB Percentages of Color #61dffd

%16.93
%38.92
%44.15

CMYK Percentages of Color #61dffd

%62
%12
%0
%1

Triadic Colors of #61dffd

#61dffd #fd61df #dffd61

Analogous Colors of #61dffd

#61dffd #6191fd #61fdcd

Monochromatic Colors of #61dffd

#61dffd

Complementary Color

#61dffd #fd7f61

#61dffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dffd Color CSS Codes

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

#61dffd Text Font Color

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

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


#61dffd Background Color

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

This div background color is #61dffd


#61dffd Border Color

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

This div border color is #61dffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dffd

Related Colors


Comments

No comments written yet.

Please login to write comment.