Color Hex Logo

#3badeb Color Hex

#3BADEB
(59,173,235)
0 Favorites   0 Comments

Color spaces of #3badeb

RGB 59173235
HSL0.560.810.58
HSV201°75°92°
CMYK 0.750.260.00   0.08
XYZ31.742636.815184.0303
Yxy36.81510.20800.2413
Hunter Lab60.6754-12.7991-39.6388
CIE-Lab67.1381-11.4535-40.1103

#3badeb color RGB value is (59,173,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 11101011
Octal 73 255 353
Decimal 59 173 235
Hex 3B AD EB

RGB Percentages of Color #3badeb

%12.63
%37.04
%50.32

CMYK Percentages of Color #3badeb

%75
%26
%0
%8

Triadic Colors of #3badeb

#3badeb #eb3bad #adeb3b

Analogous Colors of #3badeb

#3badeb #3b55eb #3bebd1

Monochromatic Colors of #3badeb

#3badeb

Complementary Color

#3badeb #eb793b

#3badeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3badeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3badeb Color CSS Codes

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

#3badeb Text Font Color

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

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


#3badeb Background Color

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

This div background color is #3badeb


#3badeb Border Color

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

This div border color is #3badeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3badeb


Comments

No comments written yet.

Please login to write comment.