Color Hex Logo

#61febe Color Hex

#61FEBE
(97,254,190)
0 Favorites   0 Comments

Color spaces of #61febe

RGB 97254190
HSL0.430.990.69
HSV156°62°100°
CMYK 0.620.000.25   0.00
XYZ49.665877.142760.9876
Yxy77.14270.26450.4108
Hunter Lab87.8309-52.767620.3121
CIE-Lab90.3873-55.839718.5631

#61febe color RGB value is (97,254,190).

#61febe hex color red value is 97, green value is 254 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #61febe hue: 0.43 , saturation: 0.99 and the lightness value of 61febe is 0.69.

The process color (four color CMYK) of #61febe color hex is 0.62, 0.00, 0.25, 0.00. Web safe color of #61febe is #66ffcc. Color #61febe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11111110 10111110
Octal 141 376 276
Decimal 97 254 190
Hex 61 FE BE

RGB Percentages of Color #61febe

%17.93
%46.95
%35.12

CMYK Percentages of Color #61febe

%62
%0
%25
%0

Triadic Colors of #61febe

#61febe #be61fe #febe61

Analogous Colors of #61febe

#61febe #61f0fe #61fe70

Monochromatic Colors of #61febe

#61febe

Complementary Color

#61febe #fe61a1

#61febe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61febe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61febe Color CSS Codes

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

#61febe Text Font Color

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

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


#61febe Background Color

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

This div background color is #61febe


#61febe Border Color

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

This div border color is #61febe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61febe


Comments

No comments written yet.

Please login to write comment.