Color Hex Logo

#61ebf4 Color Hex

#61EBF4
(97,235,244)
0 Favorites   0 Comments

Color spaces of #61ebf4

RGB 97235244
HSL0.510.870.67
HSV184°60°96°
CMYK 0.600.040.00   0.04
XYZ50.967268.489796.1215
Yxy68.48970.23640.3177
Hunter Lab82.7585-34.8973-10.9326
CIE-Lab86.2507-34.5226-15.5652

#61ebf4 color RGB value is (97,235,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101011 11110100
Octal 141 353 364
Decimal 97 235 244
Hex 61 EB F4

RGB Percentages of Color #61ebf4

%16.84
%40.80
%42.36

CMYK Percentages of Color #61ebf4

%60
%4
%0
%4

Triadic Colors of #61ebf4

#61ebf4 #f461eb #ebf461

Analogous Colors of #61ebf4

#61ebf4 #61a2f4 #61f4b4

Monochromatic Colors of #61ebf4

#61ebf4

Complementary Color

#61ebf4 #f46a61

#61ebf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ebf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ebf4 Color CSS Codes

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

#61ebf4 Text Font Color

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

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


#61ebf4 Background Color

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

This div background color is #61ebf4


#61ebf4 Border Color

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

This div border color is #61ebf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ebf4


Comments

No comments written yet.

Please login to write comment.