Color Hex Logo

#3bbebf Color Hex

#3BBEBF
(59,190,191)
0 Favorites   0 Comments

Color spaces of #3bbebf

RGB 59190191
HSL0.500.530.49
HSV180°69°75°
CMYK 0.690.010.00   0.25
XYZ29.621141.518355.7429
Yxy41.51830.23350.3272
Hunter Lab64.4347-30.7030-6.1879
CIE-Lab70.5375-34.0135-10.7924

#3bbebf color RGB value is (59,190,191).

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

The process color (four color CMYK) of #3bbebf color hex is 0.69, 0.01, 0.00, 0.25. Web safe color of #3bbebf is #33cccc. Color #3bbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 10111111
Octal 73 276 277
Decimal 59 190 191
Hex 3B BE BF

RGB Percentages of Color #3bbebf

%13.41
%43.18
%43.41

CMYK Percentages of Color #3bbebf

%69
%1
%0
%25

Triadic Colors of #3bbebf

#3bbebf #bf3bbe #bebf3b

Analogous Colors of #3bbebf

#3bbebf #3b7cbf #3bbf7e

Monochromatic Colors of #3bbebf

#3bbebf

Complementary Color

#3bbebf #bf3c3b

#3bbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbebf Color CSS Codes

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

#3bbebf Text Font Color

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

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


#3bbebf Background Color

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

This div background color is #3bbebf


#3bbebf Border Color

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

This div border color is #3bbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbebf


Comments

No comments written yet.

Please login to write comment.