Color Hex Logo

#2beadd Color Hex

#2BEADD
(43,234,221)
0 Favorites   0 Comments

Color spaces of #2beadd

RGB 43234221
HSL0.490.820.54
HSV176°82°92°
CMYK 0.820.000.06   0.08
XYZ43.470264.579778.5806
Yxy64.57970.23290.3460
Hunter Lab80.3615-44.0760-1.7230
CIE-Lab84.2667-46.9531-6.5234

#2beadd color RGB value is (43,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101010 11011101
Octal 53 352 335
Decimal 43 234 221
Hex 2B EA DD

RGB Percentages of Color #2beadd

%8.63
%46.99
%44.38

CMYK Percentages of Color #2beadd

%82
%0
%6
%8

Triadic Colors of #2beadd

#2beadd #dd2bea #eadd2b

Analogous Colors of #2beadd

#2beadd #2b98ea #2bea7e

Monochromatic Colors of #2beadd

#2beadd

Complementary Color

#2beadd #ea2b38

#2beadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beadd Color CSS Codes

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

#2beadd Text Font Color

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

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


#2beadd Background Color

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

This div background color is #2beadd


#2beadd Border Color

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

This div border color is #2beadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beadd


Comments

No comments written yet.

Please login to write comment.