Color Hex Logo

#61bdeb Color Hex

#61BDEB
(97,189,235)
0 Favorites   0 Comments

Color spaces of #61bdeb

RGB 97189235
HSL0.560.780.65
HSV200°59°92°
CMYK 0.590.200.00   0.08
XYZ38.122844.934785.2613
Yxy44.93470.22650.2670
Hunter Lab67.0333-15.7929-28.4890
CIE-Lab72.8489-14.2305-31.1556

#61bdeb color RGB value is (97,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 11101011
Octal 141 275 353
Decimal 97 189 235
Hex 61 BD EB

RGB Percentages of Color #61bdeb

%18.62
%36.28
%45.11

CMYK Percentages of Color #61bdeb

%59
%20
%0
%8

Triadic Colors of #61bdeb

#61bdeb #eb61bd #bdeb61

Analogous Colors of #61bdeb

#61bdeb #6178eb #61ebd4

Monochromatic Colors of #61bdeb

#61bdeb

Complementary Color

#61bdeb #eb8f61

#61bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdeb Color CSS Codes

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

#61bdeb Text Font Color

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

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


#61bdeb Background Color

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

This div background color is #61bdeb


#61bdeb Border Color

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

This div border color is #61bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdeb


Comments

No comments written yet.

Please login to write comment.