Color Hex Logo

#3bbead Color Hex

#3BBEAD
(59,190,173)
0 Favorites   0 Comments

Color spaces of #3bbead

RGB 59190173
HSL0.480.530.49
HSV172°69°75°
CMYK 0.690.000.09   0.25
XYZ27.759940.773845.9422
Yxy40.77380.24250.3562
Hunter Lab63.8544-34.14452.0398
CIE-Lab70.0172-39.0246-1.7024

#3bbead color RGB value is (59,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 10111110 10101101
Octal 73 276 255
Decimal 59 190 173
Hex 3B BE AD

RGB Percentages of Color #3bbead

%13.98
%45.02
%41.00

CMYK Percentages of Color #3bbead

%69
%0
%9
%25

Triadic Colors of #3bbead

#3bbead #ad3bbe #bead3b

Analogous Colors of #3bbead

#3bbead #3b8ebe #3bbe6c

Monochromatic Colors of #3bbead

#3bbead

Complementary Color

#3bbead #be3b4c

#3bbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3bbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#3bbead Color CSS Codes

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

#3bbead Text Font Color

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

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


#3bbead Background Color

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

This div background color is #3bbead


#3bbead Border Color

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

This div border color is #3bbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3bbead


Comments

No comments written yet.

Please login to write comment.