Color Hex Logo

#2beaec Color Hex

#2BEAEC
(43,234,236)
0 Favorites   0 Comments

Color spaces of #2beaec

RGB 43234236
HSL0.500.840.55
HSV181°82°93°
CMYK 0.820.010.00   0.07
XYZ45.559465.415489.5821
Yxy65.41540.22720.3262
Hunter Lab80.8798-40.9910-9.0535
CIE-Lab84.6973-42.7342-13.7900

#2beaec color RGB value is (43,234,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101010 11101100
Octal 53 352 354
Decimal 43 234 236
Hex 2B EA EC

RGB Percentages of Color #2beaec

%8.38
%45.61
%46.00

CMYK Percentages of Color #2beaec

%82
%1
%0
%7

Triadic Colors of #2beaec

#2beaec #ec2bea #eaec2b

Analogous Colors of #2beaec

#2beaec #2b8aec #2bec8e

Monochromatic Colors of #2beaec

#2beaec

Complementary Color

#2beaec #ec2d2b

#2beaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beaec Color CSS Codes

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

#2beaec Text Font Color

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

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


#2beaec Background Color

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

This div background color is #2beaec


#2beaec Border Color

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

This div border color is #2beaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beaec


Comments

No comments written yet.

Please login to write comment.