Color Hex Logo

#61fdee Color Hex

#61FDEE
(97,253,238)
0 Favorites   0 Comments

Color spaces of #61fdee

RGB 97253238
HSL0.480.980.69
HSV174°62°99°
CMYK 0.620.000.06   0.01
XYZ55.487778.965093.2062
Yxy78.96500.24370.3469
Hunter Lab88.8623-44.04930.0152
CIE-Lab91.2185-44.2642-5.0406

#61fdee color RGB value is (97,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111101 11101110
Octal 141 375 356
Decimal 97 253 238
Hex 61 FD EE

RGB Percentages of Color #61fdee

%16.50
%43.03
%40.48

CMYK Percentages of Color #61fdee

%62
%0
%6
%1

Triadic Colors of #61fdee

#61fdee #ee61fd #fdee61

Analogous Colors of #61fdee

#61fdee #61befd #61fda0

Monochromatic Colors of #61fdee

#61fdee

Complementary Color

#61fdee #fd6170

#61fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#61fdee Color CSS Codes

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

#61fdee Text Font Color

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

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


#61fdee Background Color

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

This div background color is #61fdee


#61fdee Border Color

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

This div border color is #61fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61fdee


Comments

No comments written yet.

Please login to write comment.