Color Hex Logo

#61e4fa Color Hex

#61E4FA
(97,228,250)
0 Favorites   0 Comments

Color spaces of #61e4fa

RGB 97228250
HSL0.520.940.68
HSV189°61°98°
CMYK 0.610.090.00   0.02
XYZ49.928564.9303100.3438
Yxy64.93030.23200.3017
Hunter Lab80.5793-30.4118-17.4271
CIE-Lab84.4478-29.5299-21.4428

#61e4fa color RGB value is (97,228,250).

#61e4fa hex color red value is 97, green value is 228 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #61e4fa hue: 0.52 , saturation: 0.94 and the lightness value of 61e4fa is 0.68.

The process color (four color CMYK) of #61e4fa color hex is 0.61, 0.09, 0.00, 0.02. Web safe color of #61e4fa is #66ccff. Color #61e4fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11100100 11111010
Octal 141 344 372
Decimal 97 228 250
Hex 61 E4 FA

RGB Percentages of Color #61e4fa

%16.87
%39.65
%43.48

CMYK Percentages of Color #61e4fa

%61
%9
%0
%2

Triadic Colors of #61e4fa

#61e4fa #fa61e4 #e4fa61

Analogous Colors of #61e4fa

#61e4fa #6198fa #61fac4

Monochromatic Colors of #61e4fa

#61e4fa

Complementary Color

#61e4fa #fa7761

#61e4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61e4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#61e4fa Color CSS Codes

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

#61e4fa Text Font Color

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

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


#61e4fa Background Color

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

This div background color is #61e4fa


#61e4fa Border Color

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

This div border color is #61e4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61e4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.