Color Hex Logo

#2edbed Color Hex

#2EDBED
(46,219,237)
0 Favorites   0 Comments

Color spaces of #2edbed

RGB 46219237
HSL0.520.840.55
HSV186°81°93°
CMYK 0.810.080.00   0.07
XYZ41.744357.358388.9919
Yxy57.35830.22190.3049
Hunter Lab75.7353-34.1498-16.6534
CIE-Lab80.3807-35.3705-20.8200

#2edbed color RGB value is (46,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011011 11101101
Octal 56 333 355
Decimal 46 219 237
Hex 2E DB ED

RGB Percentages of Color #2edbed

%9.16
%43.63
%47.21

CMYK Percentages of Color #2edbed

%81
%8
%0
%7

Triadic Colors of #2edbed

#2edbed #ed2edb #dbed2e

Analogous Colors of #2edbed

#2edbed #2e7ced #2eeda0

Monochromatic Colors of #2edbed

#2edbed

Complementary Color

#2edbed #ed402e

#2edbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edbed Color CSS Codes

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

#2edbed Text Font Color

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

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


#2edbed Background Color

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

This div background color is #2edbed


#2edbed Border Color

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

This div border color is #2edbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edbed


Comments

No comments written yet.

Please login to write comment.