Color Hex Logo

#3badec Color Hex

#3BADEC
(59,173,236)
0 Favorites   0 Comments

Color spaces of #3badec

RGB 59173236
HSL0.560.820.58
HSV201°75°93°
CMYK 0.750.270.00   0.07
XYZ31.887536.873184.7934
Yxy36.87310.20770.2401
Hunter Lab60.7232-12.5302-40.2858
CIE-Lab67.1817-11.1145-40.5887

#3badec color RGB value is (59,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 11101100
Octal 73 255 354
Decimal 59 173 236
Hex 3B AD EC

RGB Percentages of Color #3badec

%12.61
%36.97
%50.43

CMYK Percentages of Color #3badec

%75
%27
%0
%7

Triadic Colors of #3badec

#3badec #ec3bad #adec3b

Analogous Colors of #3badec

#3badec #3b54ec #3becd3

Monochromatic Colors of #3badec

#3badec

Complementary Color

#3badec #ec7a3b

#3badec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3badec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3badec Color CSS Codes

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

#3badec Text Font Color

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

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


#3badec Background Color

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

This div background color is #3badec


#3badec Border Color

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

This div border color is #3badec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3badec


Comments

No comments written yet.

Please login to write comment.