Color Hex Logo

#2edceb Color Hex

#2EDCEB
(46,220,235)
0 Favorites   0 Comments

Color spaces of #2edceb

RGB 46220235
HSL0.510.830.55
HSV185°80°92°
CMYK 0.800.060.00   0.08
XYZ41.715357.765487.5485
Yxy57.76540.22300.3089
Hunter Lab76.0036-35.0347-15.0937
CIE-Lab80.6082-36.4390-19.4113

#2edceb color RGB value is (46,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11101011
Octal 56 334 353
Decimal 46 220 235
Hex 2E DC EB

RGB Percentages of Color #2edceb

%9.18
%43.91
%46.91

CMYK Percentages of Color #2edceb

%80
%6
%0
%8

Triadic Colors of #2edceb

#2edceb #eb2edc #dceb2e

Analogous Colors of #2edceb

#2edceb #2e7eeb #2eeb9c

Monochromatic Colors of #2edceb

#2edceb

Complementary Color

#2edceb #eb3d2e

#2edceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edceb Color CSS Codes

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

#2edceb Text Font Color

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

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


#2edceb Background Color

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

This div background color is #2edceb


#2edceb Border Color

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

This div border color is #2edceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edceb


Comments

No comments written yet.

Please login to write comment.