Color Hex Logo

#2edeed Color Hex

#2EDEED
(46,222,237)
0 Favorites   0 Comments

Color spaces of #2edeed

RGB 46222237
HSL0.510.840.55
HSV185°81°93°
CMYK 0.810.060.00   0.07
XYZ42.534158.937889.2551
Yxy58.93780.22300.3090
Hunter Lab76.7710-35.4532-15.1918
CIE-Lab81.2574-36.7674-19.4926

#2edeed color RGB value is (46,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 11101101
Octal 56 336 355
Decimal 46 222 237
Hex 2E DE ED

RGB Percentages of Color #2edeed

%9.11
%43.96
%46.93

CMYK Percentages of Color #2edeed

%81
%6
%0
%7

Triadic Colors of #2edeed

#2edeed #ed2ede #deed2e

Analogous Colors of #2edeed

#2edeed #2e7fed #2eed9d

Monochromatic Colors of #2edeed

#2edeed

Complementary Color

#2edeed #ed3d2e

#2edeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edeed Color CSS Codes

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

#2edeed Text Font Color

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

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


#2edeed Background Color

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

This div background color is #2edeed


#2edeed Border Color

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

This div border color is #2edeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edeed


Comments

No comments written yet.

Please login to write comment.