Color Hex Logo

#61bbec Color Hex

#61BBEC
(97,187,236)
0 Favorites   0 Comments

Color spaces of #61bbec

RGB 97187236
HSL0.560.790.65
HSV201°59°93°
CMYK 0.590.210.00   0.07
XYZ37.840444.138285.8820
Yxy44.13820.22540.2629
Hunter Lab66.4366-14.5955-30.1381
CIE-Lab72.3208-12.8670-32.5123

#61bbec color RGB value is (97,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111011 11101100
Octal 141 273 354
Decimal 97 187 236
Hex 61 BB EC

RGB Percentages of Color #61bbec

%18.65
%35.96
%45.38

CMYK Percentages of Color #61bbec

%59
%21
%0
%7

Triadic Colors of #61bbec

#61bbec #ec61bb #bbec61

Analogous Colors of #61bbec

#61bbec #6176ec #61ecd8

Monochromatic Colors of #61bbec

#61bbec

Complementary Color

#61bbec #ec9261

#61bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bbec Color CSS Codes

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

#61bbec Text Font Color

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

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


#61bbec Background Color

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

This div background color is #61bbec


#61bbec Border Color

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

This div border color is #61bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bbec


Comments

No comments written yet.

Please login to write comment.