Color Hex Logo

#3bacca Color Hex

#3BACCA
(59,172,202)
0 Favorites   0 Comments

Color spaces of #3bacca

RGB 59172202
HSL0.530.570.51
HSV193°71°79°
CMYK 0.710.150.00   0.21
XYZ27.216834.699161.1402
Yxy34.69910.22120.2820
Hunter Lab58.9059-20.6116-20.3047
CIE-Lab65.5137-21.7909-24.4597

#3bacca color RGB value is (59,172,202).

#3bacca hex color red value is 59, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3bacca hue: 0.53 , saturation: 0.57 and the lightness value of 3bacca is 0.51.

The process color (four color CMYK) of #3bacca color hex is 0.71, 0.15, 0.00, 0.21. Web safe color of #3bacca is #3399cc. Color #3bacca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101100 11001010
Octal 73 254 312
Decimal 59 172 202
Hex 3B AC CA

RGB Percentages of Color #3bacca

%13.63
%39.72
%46.65

CMYK Percentages of Color #3bacca

%71
%15
%0
%21

Triadic Colors of #3bacca

#3bacca #ca3bac #acca3b

Analogous Colors of #3bacca

#3bacca #3b65ca #3bcaa1

Monochromatic Colors of #3bacca

#3bacca

Complementary Color

#3bacca #ca593b

#3bacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bacca Color CSS Codes

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

#3bacca Text Font Color

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

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


#3bacca Background Color

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

This div background color is #3bacca


#3bacca Border Color

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

This div border color is #3bacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bacca


Comments

No comments written yet.

Please login to write comment.