Color Hex Logo

#61fdeb Color Hex

#61FDEB
(97,253,235)
0 Favorites   0 Comments

Color spaces of #61fdeb

RGB 97253235
HSL0.480.980.69
HSV173°62°99°
CMYK 0.620.000.07   0.01
XYZ55.050478.790190.9038
Yxy78.79010.24490.3506
Hunter Lab88.7638-44.63271.4152
CIE-Lab91.1392-45.0234-3.6004

#61fdeb color RGB value is (97,253,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111101 11101011
Octal 141 375 353
Decimal 97 253 235
Hex 61 FD EB

RGB Percentages of Color #61fdeb

%16.58
%43.25
%40.17

CMYK Percentages of Color #61fdeb

%62
%0
%7
%1

Triadic Colors of #61fdeb

#61fdeb #eb61fd #fdeb61

Analogous Colors of #61fdeb

#61fdeb #61c1fd #61fd9d

Monochromatic Colors of #61fdeb

#61fdeb

Complementary Color

#61fdeb #fd6173

#61fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fdeb Color CSS Codes

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

#61fdeb Text Font Color

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

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


#61fdeb Background Color

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

This div background color is #61fdeb


#61fdeb Border Color

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

This div border color is #61fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fdeb


Comments

No comments written yet.

Please login to write comment.