Color Hex Logo

#61baed Color Hex

#61BAED
(97,186,237)
0 Favorites   0 Comments

Color spaces of #61baed

RGB 97186237
HSL0.560.800.65
HSV202°59°93°
CMYK 0.590.220.00   0.07
XYZ37.774743.773686.5790
Yxy43.77360.22470.2604
Hunter Lab66.1616-13.8690-31.2737
CIE-Lab72.0769-12.0288-33.4313

#61baed color RGB value is (97,186,237).

#61baed hex color red value is 97, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #61baed hue: 0.56 , saturation: 0.80 and the lightness value of 61baed is 0.65.

The process color (four color CMYK) of #61baed color hex is 0.59, 0.22, 0.00, 0.07. Web safe color of #61baed is #66ccff. Color #61baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11101101
Octal 141 272 355
Decimal 97 186 237
Hex 61 BA ED

RGB Percentages of Color #61baed

%18.65
%35.77
%45.58

CMYK Percentages of Color #61baed

%59
%22
%0
%7

Triadic Colors of #61baed

#61baed #ed61ba #baed61

Analogous Colors of #61baed

#61baed #6174ed #61edda

Monochromatic Colors of #61baed

#61baed

Complementary Color

#61baed #ed9461

#61baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#61baed Color CSS Codes

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

#61baed Text Font Color

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

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


#61baed Background Color

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

This div background color is #61baed


#61baed Border Color

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

This div border color is #61baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61baed


Comments

No comments written yet.

Please login to write comment.