Color Hex Logo

#3bedbf Color Hex

#3BEDBF
(59,237,191)
0 Favorites   0 Comments

Color spaces of #3bedbf

RGB 59237191
HSL0.460.830.58
HSV164°75°93°
CMYK 0.750.000.19   0.07
XYZ41.491865.259859.6998
Yxy65.25980.24930.3921
Hunter Lab80.7835-49.690612.7326
CIE-Lab84.6174-54.40019.7838

#3bedbf color RGB value is (59,237,191).

#3bedbf hex color red value is 59, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3bedbf hue: 0.46 , saturation: 0.83 and the lightness value of 3bedbf is 0.58.

The process color (four color CMYK) of #3bedbf color hex is 0.75, 0.00, 0.19, 0.07. Web safe color of #3bedbf is #33ffcc. Color #3bedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 11101101 10111111
Octal 73 355 277
Decimal 59 237 191
Hex 3B ED BF

RGB Percentages of Color #3bedbf

%12.11
%48.67
%39.22

CMYK Percentages of Color #3bedbf

%75
%0
%19
%7

Triadic Colors of #3bedbf

#3bedbf #bf3bed #edbf3b

Analogous Colors of #3bedbf

#3bedbf #3bc2ed #3bed66

Monochromatic Colors of #3bedbf

#3bedbf

Complementary Color

#3bedbf #ed3b69

#3bedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bedbf Color CSS Codes

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

#3bedbf Text Font Color

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

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


#3bedbf Background Color

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

This div background color is #3bedbf


#3bedbf Border Color

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

This div border color is #3bedbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bedbf


Comments

No comments written yet.

Please login to write comment.