Color Hex Logo

#2ebedd Color Hex

#2EBEDD
(46,190,221)
0 Favorites   0 Comments

Color spaces of #2ebedd

RGB 46190221
HSL0.530.720.52
HSV191°79°87°
CMYK 0.790.140.00   0.13
XYZ32.591342.628274.9169
Yxy42.62820.21710.2839
Hunter Lab65.2903-25.1552-22.3287
CIE-Lab71.3019-26.3364-26.0439

#2ebedd color RGB value is (46,190,221).

#2ebedd hex color red value is 46, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2ebedd hue: 0.53 , saturation: 0.72 and the lightness value of 2ebedd is 0.52.

The process color (four color CMYK) of #2ebedd color hex is 0.79, 0.14, 0.00, 0.13. Web safe color of #2ebedd is #33cccc. Color #2ebedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11011101
Octal 56 276 335
Decimal 46 190 221
Hex 2E BE DD

RGB Percentages of Color #2ebedd

%10.07
%41.58
%48.36

CMYK Percentages of Color #2ebedd

%79
%14
%0
%13

Triadic Colors of #2ebedd

#2ebedd #dd2ebe #bedd2e

Analogous Colors of #2ebedd

#2ebedd #2e67dd #2edda5

Monochromatic Colors of #2ebedd

#2ebedd

Complementary Color

#2ebedd #dd4d2e

#2ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebedd Color CSS Codes

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

#2ebedd Text Font Color

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

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


#2ebedd Background Color

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

This div background color is #2ebedd


#2ebedd Border Color

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

This div border color is #2ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebedd


Comments

No comments written yet.

Please login to write comment.