Color Hex Logo

#2ebede Color Hex

#2EBEDE
(46,190,222)
0 Favorites   0 Comments

Color spaces of #2ebede

RGB 46190222
HSL0.530.730.53
HSV191°79°87°
CMYK 0.790.140.00   0.13
XYZ32.725042.681775.6208
Yxy42.68170.21670.2826
Hunter Lab65.3312-24.9174-22.8962
CIE-Lab71.3384-26.0159-26.5323

#2ebede color RGB value is (46,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10111110 11011110
Octal 56 276 336
Decimal 46 190 222
Hex 2E BE DE

RGB Percentages of Color #2ebede

%10.04
%41.48
%48.47

CMYK Percentages of Color #2ebede

%79
%14
%0
%13

Triadic Colors of #2ebede

#2ebede #de2ebe #bede2e

Analogous Colors of #2ebede

#2ebede #2e66de #2edea6

Monochromatic Colors of #2ebede

#2ebede

Complementary Color

#2ebede #de4e2e

#2ebede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ebede Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ebede Color CSS Codes

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

#2ebede Text Font Color

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

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


#2ebede Background Color

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

This div background color is #2ebede


#2ebede Border Color

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

This div border color is #2ebede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,190,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ebede


Comments

No comments written yet.

Please login to write comment.