Color Hex Logo

#2edbeb Color Hex

#2EDBEB
(46,219,235)
0 Favorites   0 Comments

Color spaces of #2edbeb

RGB 46219235
HSL0.510.830.55
HSV185°80°92°
CMYK 0.800.070.00   0.08
XYZ41.453657.242087.4612
Yxy57.24200.22270.3075
Hunter Lab75.6584-34.6013-15.5784
CIE-Lab80.3155-35.9738-19.8541

#2edbeb color RGB value is (46,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011011 11101011
Octal 56 333 353
Decimal 46 219 235
Hex 2E DB EB

RGB Percentages of Color #2edbeb

%9.20
%43.80
%47.00

CMYK Percentages of Color #2edbeb

%80
%7
%0
%8

Triadic Colors of #2edbeb

#2edbeb #eb2edb #dbeb2e

Analogous Colors of #2edbeb

#2edbeb #2e7deb #2eeb9d

Monochromatic Colors of #2edbeb

#2edbeb

Complementary Color

#2edbeb #eb3e2e

#2edbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edbeb Color CSS Codes

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

#2edbeb Text Font Color

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

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


#2edbeb Background Color

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

This div background color is #2edbeb


#2edbeb Border Color

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

This div border color is #2edbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edbeb


Comments

No comments written yet.

Please login to write comment.