Color Hex Logo

#61ebf6 Color Hex

#61EBF6
(97,235,246)
0 Favorites   0 Comments

Color spaces of #61ebf6

RGB 97235246
HSL0.510.890.67
HSV184°61°96°
CMYK 0.610.040.00   0.04
XYZ51.272668.611997.7298
Yxy68.61190.23560.3153
Hunter Lab82.8323-34.4663-11.9708
CIE-Lab86.3115-33.9748-16.5246

#61ebf6 color RGB value is (97,235,246).

#61ebf6 hex color red value is 97, green value is 235 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #61ebf6 hue: 0.51 , saturation: 0.89 and the lightness value of 61ebf6 is 0.67.

The process color (four color CMYK) of #61ebf6 color hex is 0.61, 0.04, 0.00, 0.04. Web safe color of #61ebf6 is #66ffff. Color #61ebf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11110110
Octal 141 353 366
Decimal 97 235 246
Hex 61 EB F6

RGB Percentages of Color #61ebf6

%16.78
%40.66
%42.56

CMYK Percentages of Color #61ebf6

%61
%4
%0
%4

Triadic Colors of #61ebf6

#61ebf6 #f661eb #ebf661

Analogous Colors of #61ebf6

#61ebf6 #61a1f6 #61f6b7

Monochromatic Colors of #61ebf6

#61ebf6

Complementary Color

#61ebf6 #f66c61

#61ebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebf6 Color CSS Codes

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

#61ebf6 Text Font Color

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

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


#61ebf6 Background Color

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

This div background color is #61ebf6


#61ebf6 Border Color

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

This div border color is #61ebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebf6

Related Colors


Comments

No comments written yet.

Please login to write comment.