Color Hex Logo

#3baccf Color Hex

#3BACCF
(59,172,207)
0 Favorites   0 Comments

Color spaces of #3baccf

RGB 59172207
HSL0.540.610.52
HSV194°71°81°
CMYK 0.710.170.00   0.19
XYZ27.818634.939864.3094
Yxy34.93980.21890.2750
Hunter Lab59.1099-19.4357-23.1284
CIE-Lab65.7018-20.1902-26.9386

#3baccf color RGB value is (59,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101100 11001111
Octal 73 254 317
Decimal 59 172 207
Hex 3B AC CF

RGB Percentages of Color #3baccf

%13.47
%39.27
%47.26

CMYK Percentages of Color #3baccf

%71
%17
%0
%19

Triadic Colors of #3baccf

#3baccf #cf3bac #accf3b

Analogous Colors of #3baccf

#3baccf #3b62cf #3bcfa8

Monochromatic Colors of #3baccf

#3baccf

Complementary Color

#3baccf #cf5e3b

#3baccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baccf Color CSS Codes

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

#3baccf Text Font Color

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

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


#3baccf Background Color

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

This div background color is #3baccf


#3baccf Border Color

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

This div border color is #3baccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baccf


Comments

No comments written yet.

Please login to write comment.