Color Hex Logo

#3bcebd Color Hex

#3BCEBD
(59,206,189)
0 Favorites   0 Comments

Color spaces of #3bcebd

RGB 59206189
HSL0.480.600.52
HSV173°71°81°
CMYK 0.710.000.08   0.19
XYZ33.060248.746555.8107
Yxy48.74650.24020.3542
Hunter Lab69.8187-37.66031.4787
CIE-Lab75.2933-41.8706-2.6575

#3bcebd color RGB value is (59,206,189).

#3bcebd hex color red value is 59, green value is 206 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3bcebd hue: 0.48 , saturation: 0.60 and the lightness value of 3bcebd is 0.52.

The process color (four color CMYK) of #3bcebd color hex is 0.71, 0.00, 0.08, 0.19. Web safe color of #3bcebd is #33cccc. Color #3bcebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11001110 10111101
Octal 73 316 275
Decimal 59 206 189
Hex 3B CE BD

RGB Percentages of Color #3bcebd

%13.00
%45.37
%41.63

CMYK Percentages of Color #3bcebd

%71
%0
%8
%19

Triadic Colors of #3bcebd

#3bcebd #bd3bce #cebd3b

Analogous Colors of #3bcebd

#3bcebd #3b96ce #3bce74

Monochromatic Colors of #3bcebd

#3bcebd

Complementary Color

#3bcebd #ce3b4c

#3bcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bcebd Color CSS Codes

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

#3bcebd Text Font Color

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

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


#3bcebd Background Color

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

This div background color is #3bcebd


#3bcebd Border Color

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

This div border color is #3bcebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,206,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bcebd


Comments

No comments written yet.

Please login to write comment.