Color Hex Logo

#3bbecb Color Hex

#3BBECB
(59,190,203)
0 Favorites   0 Comments

Color spaces of #3bbecb

RGB 59190203
HSL0.520.580.51
HSV185°71°80°
CMYK 0.710.060.00   0.20
XYZ30.996642.068562.9863
Yxy42.06850.22780.3092
Hunter Lab64.8602-28.2006-12.1748
CIE-Lab70.9181-30.4859-16.7861

#3bbecb color RGB value is (59,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 11001011
Octal 73 276 313
Decimal 59 190 203
Hex 3B BE CB

RGB Percentages of Color #3bbecb

%13.05
%42.04
%44.91

CMYK Percentages of Color #3bbecb

%71
%6
%0
%20

Triadic Colors of #3bbecb

#3bbecb #cb3bbe #becb3b

Analogous Colors of #3bbecb

#3bbecb #3b76cb #3bcb90

Monochromatic Colors of #3bbecb

#3bbecb

Complementary Color

#3bbecb #cb483b

#3bbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbecb Color CSS Codes

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

#3bbecb Text Font Color

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

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


#3bbecb Background Color

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

This div background color is #3bbecb


#3bbecb Border Color

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

This div border color is #3bbecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,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 #3bbecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbecb


Comments

No comments written yet.

Please login to write comment.