Color Hex Logo

#61ebdd Color Hex

#61EBDD
(97,235,221)
0 Favorites   0 Comments

Color spaces of #61ebdd

RGB 97235221
HSL0.480.780.65
HSV174°59°92°
CMYK 0.590.000.06   0.08
XYZ47.689267.178578.8599
Yxy67.17850.24620.3468
Hunter Lab81.9625-39.57560.3281
CIE-Lab85.5940-40.5942-4.4472

#61ebdd color RGB value is (97,235,221).

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

The process color (four color CMYK) of #61ebdd color hex is 0.59, 0.00, 0.06, 0.08. Web safe color of #61ebdd is #66ffcc. Color #61ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11011101
Octal 141 353 335
Decimal 97 235 221
Hex 61 EB DD

RGB Percentages of Color #61ebdd

%17.54
%42.50
%39.96

CMYK Percentages of Color #61ebdd

%59
%0
%6
%8

Triadic Colors of #61ebdd

#61ebdd #dd61eb #ebdd61

Analogous Colors of #61ebdd

#61ebdd #61b4eb #61eb98

Monochromatic Colors of #61ebdd

#61ebdd

Complementary Color

#61ebdd #eb616f

#61ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebdd Color CSS Codes

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

#61ebdd Text Font Color

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

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


#61ebdd Background Color

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

This div background color is #61ebdd


#61ebdd Border Color

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

This div border color is #61ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebdd


Comments

No comments written yet.

Please login to write comment.