Color Hex Logo

#3bcacb Color Hex

#3BCACB
(59,202,203)
0 Favorites   0 Comments

Color spaces of #3bcacb

RGB 59202203
HSL0.500.580.51
HSV180°71°80°
CMYK 0.710.000.00   0.20
XYZ33.703747.482763.8886
Yxy47.48270.23230.3273
Hunter Lab68.9077-33.2817-6.7361
CIE-Lab74.4975-36.1733-11.4067

#3bcacb color RGB value is (59,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001010 11001011
Octal 73 312 313
Decimal 59 202 203
Hex 3B CA CB

RGB Percentages of Color #3bcacb

%12.72
%43.53
%43.75

CMYK Percentages of Color #3bcacb

%71
%0
%0
%20

Triadic Colors of #3bcacb

#3bcacb #cb3bca #cacb3b

Analogous Colors of #3bcacb

#3bcacb #3b82cb #3bcb84

Monochromatic Colors of #3bcacb

#3bcacb

Complementary Color

#3bcacb #cb3c3b

#3bcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcacb Color CSS Codes

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

#3bcacb Text Font Color

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

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


#3bcacb Background Color

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

This div background color is #3bcacb


#3bcacb Border Color

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

This div border color is #3bcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcacb


Comments

No comments written yet.

Please login to write comment.