Color Hex Logo

#2edbea Color Hex

#2EDBEA
(46,219,234)
0 Favorites   0 Comments

Color spaces of #2edbea

RGB 46219234
HSL0.510.820.55
HSV185°80°92°
CMYK 0.800.060.00   0.08
XYZ41.309557.184486.7024
Yxy57.18440.22310.3088
Hunter Lab75.6204-34.8256-15.0446
CIE-Lab80.2832-36.2744-19.3706

#2edbea color RGB value is (46,219,234).

#2edbea hex color red value is 46, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2edbea hue: 0.51 , saturation: 0.82 and the lightness value of 2edbea is 0.55.

The process color (four color CMYK) of #2edbea color hex is 0.80, 0.06, 0.00, 0.08. Web safe color of #2edbea is #33ccff. Color #2edbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011011 11101010
Octal 56 333 352
Decimal 46 219 234
Hex 2E DB EA

RGB Percentages of Color #2edbea

%9.22
%43.89
%46.89

CMYK Percentages of Color #2edbea

%80
%6
%0
%8

Triadic Colors of #2edbea

#2edbea #ea2edb #dbea2e

Analogous Colors of #2edbea

#2edbea #2e7dea #2eea9b

Monochromatic Colors of #2edbea

#2edbea

Complementary Color

#2edbea #ea3d2e

#2edbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edbea Color CSS Codes

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

#2edbea Text Font Color

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

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


#2edbea Background Color

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

This div background color is #2edbea


#2edbea Border Color

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

This div border color is #2edbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edbea


Comments

No comments written yet.

Please login to write comment.