Color Hex Logo

#61ecee Color Hex

#61ECEE
(97,236,238)
0 Favorites   0 Comments

Color spaces of #61ecee

RGB 97236238
HSL0.500.810.66
HSV181°59°93°
CMYK 0.590.010.00   0.07
XYZ50.357868.705391.4962
Yxy68.70530.23920.3263
Hunter Lab82.8887-36.6101-7.4249
CIE-Lab86.3579-36.6101-12.2523

#61ecee color RGB value is (97,236,238).

#61ecee hex color red value is 97, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #61ecee hue: 0.50 , saturation: 0.81 and the lightness value of 61ecee is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101100 11101110
Octal 141 354 356
Decimal 97 236 238
Hex 61 EC EE

RGB Percentages of Color #61ecee

%16.99
%41.33
%41.68

CMYK Percentages of Color #61ecee

%59
%1
%0
%7

Triadic Colors of #61ecee

#61ecee #ee61ec #ecee61

Analogous Colors of #61ecee

#61ecee #61a6ee #61eeaa

Monochromatic Colors of #61ecee

#61ecee

Complementary Color

#61ecee #ee6361

#61ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ecee Color CSS Codes

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

#61ecee Text Font Color

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

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


#61ecee Background Color

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

This div background color is #61ecee


#61ecee Border Color

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

This div border color is #61ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ecee


Comments

No comments written yet.

Please login to write comment.