Color Hex Logo

#2beedd Color Hex

#2BEEDD
(43,238,221)
0 Favorites   0 Comments

Color spaces of #2beedd

RGB 43238221
HSL0.490.850.55
HSV175°82°93°
CMYK 0.820.000.07   0.07
XYZ44.621966.883178.9645
Yxy66.88310.23430.3511
Hunter Lab81.7821-45.72560.0001
CIE-Lab85.4449-48.6590-4.7837

#2beedd color RGB value is (43,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101110 11011101
Octal 53 356 335
Decimal 43 238 221
Hex 2B EE DD

RGB Percentages of Color #2beedd

%8.57
%47.41
%44.02

CMYK Percentages of Color #2beedd

%82
%0
%7
%7

Triadic Colors of #2beedd

#2beedd #dd2bee #eedd2b

Analogous Colors of #2beedd

#2beedd #2b9eee #2bee7c

Monochromatic Colors of #2beedd

#2beedd

Complementary Color

#2beedd #ee2b3c

#2beedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beedd Color CSS Codes

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

#2beedd Text Font Color

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

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


#2beedd Background Color

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

This div background color is #2beedd


#2beedd Border Color

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

This div border color is #2beedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beedd


Comments

No comments written yet.

Please login to write comment.