Color Hex Logo

#3fbadd Color Hex

#3FBADD
(63,186,221)
0 Favorites   0 Comments

Color spaces of #3fbadd

RGB 63186221
HSL0.540.700.56
HSV193°71°87°
CMYK 0.710.160.00   0.13
XYZ32.659941.395074.6753
Yxy41.39500.21960.2783
Hunter Lab64.3389-21.9825-23.7780
CIE-Lab70.4518-22.4268-27.3196

#3fbadd color RGB value is (63,186,221).

#3fbadd hex color red value is 63, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3fbadd hue: 0.54 , saturation: 0.70 and the lightness value of 3fbadd is 0.56.

The process color (four color CMYK) of #3fbadd color hex is 0.71, 0.16, 0.00, 0.13. Web safe color of #3fbadd is #33cccc. Color #3fbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111010 11011101
Octal 77 272 335
Decimal 63 186 221
Hex 3F BA DD

RGB Percentages of Color #3fbadd

%13.40
%39.57
%47.02

CMYK Percentages of Color #3fbadd

%71
%16
%0
%13

Triadic Colors of #3fbadd

#3fbadd #dd3fba #badd3f

Analogous Colors of #3fbadd

#3fbadd #3f6bdd #3fddb1

Monochromatic Colors of #3fbadd

#3fbadd

Complementary Color

#3fbadd #dd623f

#3fbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbadd Color CSS Codes

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

#3fbadd Text Font Color

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

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


#3fbadd Background Color

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

This div background color is #3fbadd


#3fbadd Border Color

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

This div border color is #3fbadd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,186,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3fbadd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3fbadd;
  -webkit-box-shadow: 1px 1px 3px 2px #3fbadd;
  box-shadow:         1px 1px 3px 2px #3fbadd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,186,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbadd


Comments

No comments written yet.

Please login to write comment.