Color Hex Logo

#3fbecd Color Hex

#3FBECD
(63,190,205)
0 Favorites   0 Comments

Color spaces of #3fbecd

RGB 63190205
HSL0.520.590.53
HSV186°69°80°
CMYK 0.690.070.00   0.20
XYZ31.482842.291564.2614
Yxy42.29150.22810.3064
Hunter Lab65.0319-27.3917-13.0652
CIE-Lab71.0714-29.3566-17.6388

#3fbecd color RGB value is (63,190,205).

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

The process color (four color CMYK) of #3fbecd color hex is 0.69, 0.07, 0.00, 0.20. Web safe color of #3fbecd is #33cccc. Color #3fbecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11001101
Octal 77 276 315
Decimal 63 190 205
Hex 3F BE CD

RGB Percentages of Color #3fbecd

%13.76
%41.48
%44.76

CMYK Percentages of Color #3fbecd

%69
%7
%0
%20

Triadic Colors of #3fbecd

#3fbecd #cd3fbe #becd3f

Analogous Colors of #3fbecd

#3fbecd #3f77cd #3fcd95

Monochromatic Colors of #3fbecd

#3fbecd

Complementary Color

#3fbecd #cd4e3f

#3fbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbecd Color CSS Codes

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

#3fbecd Text Font Color

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

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


#3fbecd Background Color

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

This div background color is #3fbecd


#3fbecd Border Color

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

This div border color is #3fbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbecd


Comments

No comments written yet.

Please login to write comment.