Color Hex Logo

#61bedc Color Hex

#61BEDC
(97,190,220)
0 Favorites   0 Comments

Color spaces of #61bedc

RGB 97190220
HSL0.540.640.62
HSV195°56°86°
CMYK 0.560.140.00   0.14
XYZ36.261544.535674.3952
Yxy44.53560.23370.2870
Hunter Lab66.7350-19.7955-19.3811
CIE-Lab72.5850-19.1948-23.4208

#61bedc color RGB value is (97,190,220).

#61bedc hex color red value is 97, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #61bedc hue: 0.54 , saturation: 0.64 and the lightness value of 61bedc is 0.62.

The process color (four color CMYK) of #61bedc color hex is 0.56, 0.14, 0.00, 0.14. Web safe color of #61bedc is #66cccc. Color #61bedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111110 11011100
Octal 141 276 334
Decimal 97 190 220
Hex 61 BE DC

RGB Percentages of Color #61bedc

%19.13
%37.48
%43.39

CMYK Percentages of Color #61bedc

%56
%14
%0
%14

Triadic Colors of #61bedc

#61bedc #dc61be #bedc61

Analogous Colors of #61bedc

#61bedc #6181dc #61dcbd

Monochromatic Colors of #61bedc

#61bedc

Complementary Color

#61bedc #dc7f61

#61bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bedc Color CSS Codes

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

#61bedc Text Font Color

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

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


#61bedc Background Color

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

This div background color is #61bedc


#61bedc Border Color

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

This div border color is #61bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bedc


Comments

No comments written yet.

Please login to write comment.