Color Hex Logo

#2beaaf Color Hex

#2BEAAF
(43,234,175)
0 Favorites   0 Comments

Color spaces of #2beaaf

RGB 43234175
HSL0.450.820.54
HSV161°82°92°
CMYK 0.820.000.25   0.08
XYZ38.156962.454450.6013
Yxy62.45440.25230.4130
Hunter Lab79.0281-52.114517.3566
CIE-Lab83.1545-58.541316.0397

#2beaaf color RGB value is (43,234,175).

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

The process color (four color CMYK) of #2beaaf color hex is 0.82, 0.00, 0.25, 0.08. Web safe color of #2beaaf is #33ff99. Color #2beaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101010 10101111
Octal 53 352 257
Decimal 43 234 175
Hex 2B EA AF

RGB Percentages of Color #2beaaf

%9.51
%51.77
%38.72

CMYK Percentages of Color #2beaaf

%82
%0
%25
%8

Triadic Colors of #2beaaf

#2beaaf #af2bea #eaaf2b

Analogous Colors of #2beaaf

#2beaaf #2bc6ea #2bea50

Monochromatic Colors of #2beaaf

#2beaaf

Complementary Color

#2beaaf #ea2b66

#2beaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beaaf Color CSS Codes

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

#2beaaf Text Font Color

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

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


#2beaaf Background Color

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

This div background color is #2beaaf


#2beaaf Border Color

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

This div border color is #2beaaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,234,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 #2beaaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beaaf


Comments

No comments written yet.

Please login to write comment.