Color Hex Logo

#3ba6df Color Hex

#3BA6DF
(59,166,223)
0 Favorites   0 Comments

Color spaces of #3ba6df

RGB 59166223
HSL0.560.720.55
HSV201°74°87°
CMYK 0.740.260.00   0.13
XYZ28.759133.530074.7682
Yxy33.53000.20980.2446
Hunter Lab57.9051-12.6802-36.0229
CIE-Lab64.5878-11.6887-37.5031

#3ba6df color RGB value is (59,166,223).

#3ba6df hex color red value is 59, green value is 166 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3ba6df hue: 0.56 , saturation: 0.72 and the lightness value of 3ba6df is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10100110 11011111
Octal 73 246 337
Decimal 59 166 223
Hex 3B A6 DF

RGB Percentages of Color #3ba6df

%13.17
%37.05
%49.78

CMYK Percentages of Color #3ba6df

%74
%26
%0
%13

Triadic Colors of #3ba6df

#3ba6df #df3ba6 #a6df3b

Analogous Colors of #3ba6df

#3ba6df #3b54df #3bdfc6

Monochromatic Colors of #3ba6df

#3ba6df

Complementary Color

#3ba6df #df743b

#3ba6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ba6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ba6df Color CSS Codes

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

#3ba6df Text Font Color

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

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


#3ba6df Background Color

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

This div background color is #3ba6df


#3ba6df Border Color

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

This div border color is #3ba6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ba6df


Comments

No comments written yet.

Please login to write comment.