Color Hex Logo

#61fefd Color Hex

#61FEFD
(97,254,253)
0 Favorites   0 Comments

Color spaces of #61fefd

RGB 97254253
HSL0.500.990.69
HSV180°62°100°
CMYK 0.620.000.00   0.00
XYZ58.101280.5169105.4076
Yxy80.51690.23810.3300
Hunter Lab89.7312-41.4504-6.8363
CIE-Lab91.9163-40.8116-11.7865

#61fefd color RGB value is (97,254,253).

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

The process color (four color CMYK) of #61fefd color hex is 0.62, 0.00, 0.00, 0.00. Web safe color of #61fefd is #66ffff. Color #61fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111110 11111101
Octal 141 376 375
Decimal 97 254 253
Hex 61 FE FD

RGB Percentages of Color #61fefd

%16.06
%42.05
%41.89

CMYK Percentages of Color #61fefd

%62
%0
%0
%0

Triadic Colors of #61fefd

#61fefd #fd61fe #fefd61

Analogous Colors of #61fefd

#61fefd #61b1fe #61feaf

Monochromatic Colors of #61fefd

#61fefd

Complementary Color

#61fefd #fe6162

#61fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fefd Color CSS Codes

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

#61fefd Text Font Color

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

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


#61fefd Background Color

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

This div background color is #61fefd


#61fefd Border Color

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

This div border color is #61fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.