color codes Logo

#3bbe8c color codes

#3BBE8C
(59,190,140)
0 Favorites   0 Comments

Color spaces of #3bbe8c

RGB 59190140
HSL0.440.530.49
HSV157°69°75°
CMYK 0.690.000.26   0.25
XYZ24.950739.650231.1492
Yxy39.65020.26060.4141
Hunter Lab62.9684-39.465614.7483
CIE-Lab69.2197-47.177615.1476

#3bbe8c color RGB value is (59,190,140).

#3bbe8c hex color red value is 59, green value is 190 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #3bbe8c hue: 0.44 , saturation: 0.53 and the lightness value of 3bbe8c is 0.49.

The process color (four color CMYK) of #3bbe8c color code is 0.69, 0.00, 0.26, 0.25. Web safe color of #3bbe8c is #33cc99. Color #3bbe8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 10001100
Octal 73 276 214
Decimal 59 190 140
Hex 3B BE 8C

RGB Percentages of Color #3bbe8c

%15.17
%48.84
%35.99

CMYK Percentages of Color #3bbe8c

%69
%0
%26
%25

Triadic Colors of #3bbe8c

#3bbe8c #8c3bbe #be8c3b

Analogous Colors of #3bbe8c

#3bbe8c #3bafbe #3bbe4b

Monochromatic Colors of #3bbe8c

#3bbe8c

Complementary Color

#3bbe8c #be3b6d

#3bbe8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbe8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbe8c Color CSS Codes

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

#3bbe8c Text Font Color

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

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


#3bbe8c Background Color

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

This div background color is #3bbe8c


#3bbe8c Border Color

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

This div border color is #3bbe8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbe8c


Comments

No comments written yet.

Please login to write comment.