Color Hex Logo

#3babec Color Hex

#3BABEC
(59,171,236)
1 Favorites   0 Comments

Color spaces of #3babec

RGB 59171236
HSL0.560.820.58
HSV202°75°93°
CMYK 0.750.280.00   0.07
XYZ31.506936.111884.6666
Yxy36.11180.20690.2371
Hunter Lab60.0931-11.5751-41.4699
CIE-Lab66.6053-10.0176-41.4908

#3babec color RGB value is (59,171,236).

#3babec hex color red value is 59, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3babec hue: 0.56 , saturation: 0.82 and the lightness value of 3babec is 0.58.

The process color (four color CMYK) of #3babec color hex is 0.75, 0.28, 0.00, 0.07. Web safe color of #3babec is #3399ff. Color #3babec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101011 11101100
Octal 73 253 354
Decimal 59 171 236
Hex 3B AB EC

RGB Percentages of Color #3babec

%12.66
%36.70
%50.64

CMYK Percentages of Color #3babec

%75
%28
%0
%7

Triadic Colors of #3babec

#3babec #ec3bab #abec3b

Analogous Colors of #3babec

#3babec #3b53ec #3becd5

Monochromatic Colors of #3babec

#3babec

Complementary Color

#3babec #ec7c3b

#3babec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3babec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3babec Color CSS Codes

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

#3babec Text Font Color

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

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


#3babec Background Color

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

This div background color is #3babec


#3babec Border Color

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

This div border color is #3babec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3babec


Comments

No comments written yet.

Please login to write comment.