Color Hex Logo

#3bacbd Color Hex

#3BACBD
(59,172,189)
0 Favorites   0 Comments

Color spaces of #3bacbd

RGB 59172189
HSL0.520.520.49
HSV188°69°74°
CMYK 0.690.090.00   0.26
XYZ25.741534.109053.3711
Yxy34.10900.22740.3013
Hunter Lab58.4029-23.5299-13.2997
CIE-Lab65.0490-25.8535-17.9532

#3bacbd color RGB value is (59,172,189).

#3bacbd hex color red value is 59, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3bacbd hue: 0.52 , saturation: 0.52 and the lightness value of 3bacbd is 0.49.

The process color (four color CMYK) of #3bacbd color hex is 0.69, 0.09, 0.00, 0.26. Web safe color of #3bacbd is #3399cc. Color #3bacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101100 10111101
Octal 73 254 275
Decimal 59 172 189
Hex 3B AC BD

RGB Percentages of Color #3bacbd

%14.05
%40.95
%45.00

CMYK Percentages of Color #3bacbd

%69
%9
%0
%26

Triadic Colors of #3bacbd

#3bacbd #bd3bac #acbd3b

Analogous Colors of #3bacbd

#3bacbd #3b6bbd #3bbd8d

Monochromatic Colors of #3bacbd

#3bacbd

Complementary Color

#3bacbd #bd4c3b

#3bacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bacbd Color CSS Codes

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

#3bacbd Text Font Color

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

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


#3bacbd Background Color

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

This div background color is #3bacbd


#3bacbd Border Color

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

This div border color is #3bacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bacbd


Comments

No comments written yet.

Please login to write comment.