Color Hex Logo

#2beebf Color Hex

#2BEEBF
(43,238,191)
0 Favorites   0 Comments

Color spaces of #2beebf

RGB 43238191
HSL0.460.850.55
HSV166°82°93°
CMYK 0.820.000.20   0.07
XYZ40.974865.424359.7588
Yxy65.42430.24660.3937
Hunter Lab80.8853-51.124912.8157
CIE-Lab84.7019-56.34629.8755

#2beebf color RGB value is (43,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101110 10111111
Octal 53 356 277
Decimal 43 238 191
Hex 2B EE BF

RGB Percentages of Color #2beebf

%9.11
%50.42
%40.47

CMYK Percentages of Color #2beebf

%82
%0
%20
%7

Triadic Colors of #2beebf

#2beebf #bf2bee #eebf2b

Analogous Colors of #2beebf

#2beebf #2bbcee #2bee5e

Monochromatic Colors of #2beebf

#2beebf

Complementary Color

#2beebf #ee2b5a

#2beebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beebf Color CSS Codes

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

#2beebf Text Font Color

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

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


#2beebf Background Color

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

This div background color is #2beebf


#2beebf Border Color

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

This div border color is #2beebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beebf


Comments

No comments written yet.

Please login to write comment.