Color Hex Logo

#2beeec Color Hex

#2BEEEC
(43,238,236)
0 Favorites   0 Comments

Color spaces of #2beeec

RGB 43238236
HSL0.500.850.55
HSV179°82°93°
CMYK 0.820.000.01   0.07
XYZ46.711167.718889.9660
Yxy67.71880.22850.3313
Hunter Lab82.2914-42.6880-7.2154
CIE-Lab85.8656-44.5001-12.0430

#2beeec color RGB value is (43,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101110 11101100
Octal 53 356 354
Decimal 43 238 236
Hex 2B EE EC

RGB Percentages of Color #2beeec

%8.32
%46.03
%45.65

CMYK Percentages of Color #2beeec

%82
%0
%1
%7

Triadic Colors of #2beeec

#2beeec #ec2bee #eeec2b

Analogous Colors of #2beeec

#2beeec #2b8fee #2bee8b

Monochromatic Colors of #2beeec

#2beeec

Complementary Color

#2beeec #ee2b2d

#2beeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beeec Color CSS Codes

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

#2beeec Text Font Color

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

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


#2beeec Background Color

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

This div background color is #2beeec


#2beeec Border Color

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

This div border color is #2beeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beeec


Comments

No comments written yet.

Please login to write comment.