Color Hex Logo

#3bbadc Color Hex

#3BBADC
(59,186,220)
0 Favorites   0 Comments

Color spaces of #3bbadc

RGB 59186220
HSL0.540.700.55
HSV193°73°86°
CMYK 0.730.150.00   0.14
XYZ32.280841.214973.9640
Yxy41.21490.21890.2795
Hunter Lab64.1988-22.5936-23.3693
CIE-Lab70.3262-23.2459-26.9743

#3bbadc color RGB value is (59,186,220).

#3bbadc hex color red value is 59, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3bbadc hue: 0.54 , saturation: 0.70 and the lightness value of 3bbadc is 0.55.

The process color (four color CMYK) of #3bbadc color hex is 0.73, 0.15, 0.00, 0.14. Web safe color of #3bbadc is #33cccc. Color #3bbadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111010 11011100
Octal 73 272 334
Decimal 59 186 220
Hex 3B BA DC

RGB Percentages of Color #3bbadc

%12.69
%40.00
%47.31

CMYK Percentages of Color #3bbadc

%73
%15
%0
%14

Triadic Colors of #3bbadc

#3bbadc #dc3bba #badc3b

Analogous Colors of #3bbadc

#3bbadc #3b6adc #3bdcae

Monochromatic Colors of #3bbadc

#3bbadc

Complementary Color

#3bbadc #dc5d3b

#3bbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbadc Color CSS Codes

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

#3bbadc Text Font Color

<p style="color:#3bbadc">Text here</p>

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


#3bbadc Background Color

<div style="background-color:#3bbadc">
Div content here</div>

This div background color is #3bbadc


#3bbadc Border Color

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

This div border color is #3bbadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,186,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3bbadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3bbadc;
  -webkit-box-shadow: 1px 1px 3px 2px #3bbadc;
  box-shadow:         1px 1px 3px 2px #3bbadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,186,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 #3bbadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbadc


Comments

No comments written yet.

Please login to write comment.