Color Hex Logo

#2ededd Color Hex

#2EDEDD
(46,222,221)
0 Favorites   0 Comments

Color spaces of #2ededd

RGB 46222221
HSL0.500.730.53
HSV180°79°87°
CMYK 0.790.000.00   0.13
XYZ40.299158.043977.4862
Yxy58.04390.22920.3301
Hunter Lab76.1865-38.9084-6.9708
CIE-Lab80.7632-41.4567-11.7271

#2ededd color RGB value is (46,222,221).

#2ededd hex color red value is 46, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2ededd hue: 0.50 , saturation: 0.73 and the lightness value of 2ededd is 0.53.

The process color (four color CMYK) of #2ededd color hex is 0.79, 0.00, 0.00, 0.13. Web safe color of #2ededd is #33cccc. Color #2ededd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 11011101
Octal 56 336 335
Decimal 46 222 221
Hex 2E DE DD

RGB Percentages of Color #2ededd

%9.41
%45.40
%45.19

CMYK Percentages of Color #2ededd

%79
%0
%0
%13

Triadic Colors of #2ededd

#2ededd #dd2ede #dedd2e

Analogous Colors of #2ededd

#2ededd #2e87de #2ede85

Monochromatic Colors of #2ededd

#2ededd

Complementary Color

#2ededd #de2e2f

#2ededd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ededd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ededd Color CSS Codes

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

#2ededd Text Font Color

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

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


#2ededd Background Color

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

This div background color is #2ededd


#2ededd Border Color

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

This div border color is #2ededd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ededd


Comments

No comments written yet.

Please login to write comment.