Color Hex Logo

#3baccd Color Hex

#3BACCD
(59,172,205)
0 Favorites   0 Comments

Color spaces of #3baccd

RGB 59172205
HSL0.540.590.52
HSV194°71°80°
CMYK 0.710.160.00   0.20
XYZ27.575634.842663.0295
Yxy34.84260.21980.2777
Hunter Lab59.0276-19.9095-21.9903
CIE-Lab65.6259-20.8327-25.9486

#3baccd color RGB value is (59,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101100 11001101
Octal 73 254 315
Decimal 59 172 205
Hex 3B AC CD

RGB Percentages of Color #3baccd

%13.53
%39.45
%47.02

CMYK Percentages of Color #3baccd

%71
%16
%0
%20

Triadic Colors of #3baccd

#3baccd #cd3bac #accd3b

Analogous Colors of #3baccd

#3baccd #3b63cd #3bcda5

Monochromatic Colors of #3baccd

#3baccd

Complementary Color

#3baccd #cd5c3b

#3baccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baccd Color CSS Codes

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

#3baccd Text Font Color

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

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


#3baccd Background Color

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

This div background color is #3baccd


#3baccd Border Color

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

This div border color is #3baccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baccd


Comments

No comments written yet.

Please login to write comment.