Color Hex Logo

#3baecd Color Hex

#3BAECD
(59,174,205)
0 Favorites   0 Comments

Color spaces of #3baecd

RGB 59174205
HSL0.540.590.52
HSV193°71°80°
CMYK 0.710.150.00   0.20
XYZ27.959135.609763.1574
Yxy35.60970.22060.2810
Hunter Lab59.6739-20.7963-20.9794
CIE-Lab66.2206-21.8687-25.0360

#3baecd color RGB value is (59,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101110 11001101
Octal 73 256 315
Decimal 59 174 205
Hex 3B AE CD

RGB Percentages of Color #3baecd

%13.47
%39.73
%46.80

CMYK Percentages of Color #3baecd

%71
%15
%0
%20

Triadic Colors of #3baecd

#3baecd #cd3bae #aecd3b

Analogous Colors of #3baecd

#3baecd #3b65cd #3bcda3

Monochromatic Colors of #3baecd

#3baecd

Complementary Color

#3baecd #cd5a3b

#3baecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3baecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3baecd Color CSS Codes

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

#3baecd Text Font Color

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

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


#3baecd Background Color

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

This div background color is #3baecd


#3baecd Border Color

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

This div border color is #3baecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3baecd


Comments

No comments written yet.

Please login to write comment.