Color Hex Logo

#61eafe Color Hex

#61EAFE
(97,234,254)
0 Favorites   0 Comments

Color spaces of #61eafe

RGB 97234254
HSL0.520.990.69
HSV188°62°100°
CMYK 0.620.080.00   0.00
XYZ52.242068.5428104.2426
Yxy68.54280.23220.3046
Hunter Lab82.7906-32.2475-16.6993
CIE-Lab86.2771-31.2776-20.7775

#61eafe color RGB value is (97,234,254).

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

The process color (four color CMYK) of #61eafe color hex is 0.62, 0.08, 0.00, 0.00. Web safe color of #61eafe is #66ffff. Color #61eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11101010 11111110
Octal 141 352 376
Decimal 97 234 254
Hex 61 EA FE

RGB Percentages of Color #61eafe

%16.58
%40.00
%43.42

CMYK Percentages of Color #61eafe

%62
%8
%0
%0

Triadic Colors of #61eafe

#61eafe #fe61ea #eafe61

Analogous Colors of #61eafe

#61eafe #619cfe #61fec4

Monochromatic Colors of #61eafe

#61eafe

Complementary Color

#61eafe #fe7561

#61eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#61eafe Color CSS Codes

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

#61eafe Text Font Color

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

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


#61eafe Background Color

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

This div background color is #61eafe


#61eafe Border Color

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

This div border color is #61eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61eafe


Comments

No comments written yet.

Please login to write comment.