Color Hex Logo

#2beeae Color Hex

#2BEEAE
(43,238,174)
0 Favorites   0 Comments

Color spaces of #2beeae

RGB 43238174
HSL0.450.850.55
HSV160°82°93°
CMYK 0.820.000.27   0.07
XYZ39.210864.718750.4697
Yxy64.71870.25400.4192
Hunter Lab80.4479-53.781919.1175
CIE-Lab84.3386-60.280118.2156

#2beeae color RGB value is (43,238,174).

#2beeae hex color red value is 43, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2beeae hue: 0.45 , saturation: 0.85 and the lightness value of 2beeae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101110 10101110
Octal 53 356 256
Decimal 43 238 174
Hex 2B EE AE

RGB Percentages of Color #2beeae

%9.45
%52.31
%38.24

CMYK Percentages of Color #2beeae

%82
%0
%27
%7

Triadic Colors of #2beeae

#2beeae #ae2bee #eeae2b

Analogous Colors of #2beeae

#2beeae #2bcdee #2bee4d

Monochromatic Colors of #2beeae

#2beeae

Complementary Color

#2beeae #ee2b6b

#2beeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beeae Color CSS Codes

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

#2beeae Text Font Color

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

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


#2beeae Background Color

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

This div background color is #2beeae


#2beeae Border Color

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

This div border color is #2beeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beeae


Comments

No comments written yet.

Please login to write comment.