Color Hex Logo

#2bb9af Color Hex

#2BB9AF
(43,185,175)
0 Favorites   0 Comments

Color spaces of #2bb9af

RGB 43185175
HSL0.490.620.45
HSV176°77°73°
CMYK 0.770.000.05   0.27
XYZ26.083138.306746.5766
Yxy38.30670.23510.3452
Hunter Lab61.8924-33.0871-1.2935
CIE-Lab68.2461-38.2092-5.4433

#2bb9af color RGB value is (43,185,175).

#2bb9af hex color red value is 43, green value is 185 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2bb9af hue: 0.49 , saturation: 0.62 and the lightness value of 2bb9af is 0.45.

The process color (four color CMYK) of #2bb9af color hex is 0.77, 0.00, 0.05, 0.27. Web safe color of #2bb9af is #33cc99. Color #2bb9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10111001 10101111
Octal 53 271 257
Decimal 43 185 175
Hex 2B B9 AF

RGB Percentages of Color #2bb9af

%10.67
%45.91
%43.42

CMYK Percentages of Color #2bb9af

%77
%0
%5
%27

Triadic Colors of #2bb9af

#2bb9af #af2bb9 #b9af2b

Analogous Colors of #2bb9af

#2bb9af #2b7cb9 #2bb968

Monochromatic Colors of #2bb9af

#2bb9af

Complementary Color

#2bb9af #b92b35

#2bb9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bb9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bb9af Color CSS Codes

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

#2bb9af Text Font Color

<p style="color:#2bb9af">Text here</p>

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


#2bb9af Background Color

<div style="background-color:#2bb9af">
Div content here</div>

This div background color is #2bb9af


#2bb9af Border Color

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

This div border color is #2bb9af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,185,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2bb9af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2bb9af;
  -webkit-box-shadow: 1px 1px 3px 2px #2bb9af;
  box-shadow:         1px 1px 3px 2px #2bb9af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,185,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bb9af


Comments

No comments written yet.

Please login to write comment.