Color Hex Logo

#2beedf Color Hex

#2BEEDF
(43,238,223)
0 Favorites   0 Comments

Color spaces of #2beedf

RGB 43238223
HSL0.490.850.55
HSV175°82°93°
CMYK 0.820.000.06   0.07
XYZ44.890166.990480.3765
Yxy66.99040.23350.3484
Hunter Lab81.8477-45.3335-0.9309
CIE-Lab85.4991-48.1157-5.7549

#2beedf color RGB value is (43,238,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 11101110 11011111
Octal 53 356 337
Decimal 43 238 223
Hex 2B EE DF

RGB Percentages of Color #2beedf

%8.53
%47.22
%44.25

CMYK Percentages of Color #2beedf

%82
%0
%6
%7

Triadic Colors of #2beedf

#2beedf #df2bee #eedf2b

Analogous Colors of #2beedf

#2beedf #2b9cee #2bee7e

Monochromatic Colors of #2beedf

#2beedf

Complementary Color

#2beedf #ee2b3a

#2beedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2beedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2beedf Color CSS Codes

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

#2beedf Text Font Color

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

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


#2beedf Background Color

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

This div background color is #2beedf


#2beedf Border Color

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

This div border color is #2beedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2beedf


Comments

No comments written yet.

Please login to write comment.