Color Hex Logo

#2ffbea Color Hex

#2FFBEA
(47,251,234)
0 Favorites   0 Comments

Color spaces of #2ffbea

RGB 47251234
HSL0.490.960.58
HSV175°81°98°
CMYK 0.810.000.07   0.02
XYZ50.520875.539289.7597
Yxy75.53920.23410.3500
Hunter Lab86.9133-48.3401-0.3924
CIE-Lab89.6450-50.3423-5.3834

#2ffbea color RGB value is (47,251,234).

#2ffbea hex color red value is 47, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2ffbea hue: 0.49 , saturation: 0.96 and the lightness value of 2ffbea is 0.58.

The process color (four color CMYK) of #2ffbea color hex is 0.81, 0.00, 0.07, 0.02. Web safe color of #2ffbea is #33ffff. Color #2ffbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 11111011 11101010
Octal 57 373 352
Decimal 47 251 234
Hex 2F FB EA

RGB Percentages of Color #2ffbea

%8.83
%47.18
%43.98

CMYK Percentages of Color #2ffbea

%81
%0
%7
%2

Triadic Colors of #2ffbea

#2ffbea #ea2ffb #fbea2f

Analogous Colors of #2ffbea

#2ffbea #2fa6fb #2ffb84

Monochromatic Colors of #2ffbea

#2ffbea

Complementary Color

#2ffbea #fb2f40

#2ffbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ffbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ffbea Color CSS Codes

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

#2ffbea Text Font Color

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

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


#2ffbea Background Color

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

This div background color is #2ffbea


#2ffbea Border Color

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

This div border color is #2ffbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,251,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ffbea


Comments

No comments written yet.

Please login to write comment.