Color Hex Logo

#3badbe Color Hex

#3BADBE
(59,173,190)
0 Favorites   0 Comments

Color spaces of #3badbe

RGB 59173190
HSL0.520.530.49
HSV188°69°75°
CMYK 0.690.090.00   0.25
XYZ26.041534.534754.0085
Yxy34.53470.22730.3014
Hunter Lab58.7662-23.7409-13.3535
CIE-Lab65.3848-26.0489-17.9995

#3badbe color RGB value is (59,173,190).

#3badbe hex color red value is 59, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #3badbe hue: 0.52 , saturation: 0.53 and the lightness value of 3badbe is 0.49.

The process color (four color CMYK) of #3badbe color hex is 0.69, 0.09, 0.00, 0.25. Web safe color of #3badbe is #3399cc. Color #3badbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 10111110
Octal 73 255 276
Decimal 59 173 190
Hex 3B AD BE

RGB Percentages of Color #3badbe

%13.98
%41.00
%45.02

CMYK Percentages of Color #3badbe

%69
%9
%0
%25

Triadic Colors of #3badbe

#3badbe #be3bad #adbe3b

Analogous Colors of #3badbe

#3badbe #3b6cbe #3bbe8e

Monochromatic Colors of #3badbe

#3badbe

Complementary Color

#3badbe #be4c3b

#3badbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3badbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3badbe Color CSS Codes

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

#3badbe Text Font Color

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

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


#3badbe Background Color

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

This div background color is #3badbe


#3badbe Border Color

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

This div border color is #3badbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3badbe


Comments

No comments written yet.

Please login to write comment.