Color Hex Logo

#3fbecb Color Hex

#3FBECB
(63,190,203)
0 Favorites   0 Comments

Color spaces of #3fbecb

RGB 63190203
HSL0.520.570.52
HSV186°69°80°
CMYK 0.690.060.00   0.20
XYZ31.242842.195562.9978
Yxy42.19550.22900.3093
Hunter Lab64.9581-27.8237-12.0301
CIE-Lab71.0055-29.9537-16.6456

#3fbecb color RGB value is (63,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 10111110 11001011
Octal 77 276 313
Decimal 63 190 203
Hex 3F BE CB

RGB Percentages of Color #3fbecb

%13.82
%41.67
%44.52

CMYK Percentages of Color #3fbecb

%69
%6
%0
%20

Triadic Colors of #3fbecb

#3fbecb #cb3fbe #becb3f

Analogous Colors of #3fbecb

#3fbecb #3f78cb #3fcb92

Monochromatic Colors of #3fbecb

#3fbecb

Complementary Color

#3fbecb #cb4c3f

#3fbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3fbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3fbecb Color CSS Codes

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

#3fbecb Text Font Color

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

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


#3fbecb Background Color

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

This div background color is #3fbecb


#3fbecb Border Color

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

This div border color is #3fbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3fbecb


Comments

No comments written yet.

Please login to write comment.