Color Hex Logo

#2beadc Color Hex

#2BEADC
(43,234,220)
0 Favorites   0 Comments

Color spaces of #2beadc

RGB 43234220
HSL0.490.820.54
HSV176°82°92°
CMYK 0.820.000.06   0.08
XYZ43.337364.526577.8809
Yxy64.52650.23330.3474
Hunter Lab80.3284-44.2736-1.2536
CIE-Lab84.2391-47.2274-6.0368

#2beadc color RGB value is (43,234,220).

#2beadc hex color red value is 43, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2beadc hue: 0.49 , saturation: 0.82 and the lightness value of 2beadc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101010 11011100
Octal 53 352 334
Decimal 43 234 220
Hex 2B EA DC

RGB Percentages of Color #2beadc

%8.65
%47.08
%44.27

CMYK Percentages of Color #2beadc

%82
%0
%6
%8

Triadic Colors of #2beadc

#2beadc #dc2bea #eadc2b

Analogous Colors of #2beadc

#2beadc #2b99ea #2bea7d

Monochromatic Colors of #2beadc

#2beadc

Complementary Color

#2beadc #ea2b39

#2beadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beadc Color CSS Codes

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

#2beadc Text Font Color

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

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


#2beadc Background Color

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

This div background color is #2beadc


#2beadc Border Color

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

This div border color is #2beadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beadc


Comments

No comments written yet.

Please login to write comment.