Color Hex Logo

#3fbbea Color Hex

#3FBBEA
(63,187,234)
0 Favorites   0 Comments

Color spaces of #3fbbea

RGB 63187234
HSL0.550.800.58
HSV196°73°92°
CMYK 0.730.200.00   0.08
XYZ34.671542.537984.2252
Yxy42.53790.21480.2635
Hunter Lab65.2211-19.2464-30.9112
CIE-Lab71.2402-18.7778-33.1794

#3fbbea color RGB value is (63,187,234).

#3fbbea hex color red value is 63, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3fbbea hue: 0.55 , saturation: 0.80 and the lightness value of 3fbbea is 0.58.

The process color (four color CMYK) of #3fbbea color hex is 0.73, 0.20, 0.00, 0.08. Web safe color of #3fbbea is #33ccff. Color #3fbbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111011 11101010
Octal 77 273 352
Decimal 63 187 234
Hex 3F BB EA

RGB Percentages of Color #3fbbea

%13.02
%38.64
%48.35

CMYK Percentages of Color #3fbbea

%73
%20
%0
%8

Triadic Colors of #3fbbea

#3fbbea #ea3fbb #bbea3f

Analogous Colors of #3fbbea

#3fbbea #3f66ea #3feac4

Monochromatic Colors of #3fbbea

#3fbbea

Complementary Color

#3fbbea #ea6e3f

#3fbbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbbea Color CSS Codes

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

#3fbbea Text Font Color

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

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


#3fbbea Background Color

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

This div background color is #3fbbea


#3fbbea Border Color

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

This div border color is #3fbbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbbea


Comments

No comments written yet.

Please login to write comment.