Color Hex Logo

#3badce Color Hex

#3BADCE
(59,173,206)
0 Favorites   0 Comments

Color spaces of #3badce

RGB 59173206
HSL0.540.600.52
HSV193°71°81°
CMYK 0.710.160.00   0.19
XYZ27.887835.273263.7311
Yxy35.27320.21980.2780
Hunter Lab59.3912-20.1181-22.0486
CIE-Lab65.9608-21.0317-25.9874

#3badce color RGB value is (59,173,206).

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

The process color (four color CMYK) of #3badce color hex is 0.71, 0.16, 0.00, 0.19. Web safe color of #3badce is #3399cc. Color #3badce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10101101 11001110
Octal 73 255 316
Decimal 59 173 206
Hex 3B AD CE

RGB Percentages of Color #3badce

%13.47
%39.50
%47.03

CMYK Percentages of Color #3badce

%71
%16
%0
%19

Triadic Colors of #3badce

#3badce #ce3bad #adce3b

Analogous Colors of #3badce

#3badce #3b64ce #3bcea6

Monochromatic Colors of #3badce

#3badce

Complementary Color

#3badce #ce5c3b

#3badce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3badce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3badce Color CSS Codes

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

#3badce Text Font Color

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

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


#3badce Background Color

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

This div background color is #3badce


#3badce Border Color

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

This div border color is #3badce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3badce


Comments

No comments written yet.

Please login to write comment.