Color Hex Logo

#2edeec Color Hex

#2EDEEC
(46,222,236)
0 Favorites   0 Comments

Color spaces of #2edeec

RGB 46222236
HSL0.510.830.55
HSV184°81°93°
CMYK 0.810.060.00   0.07
XYZ42.388358.879588.4877
Yxy58.87950.22340.3103
Hunter Lab76.7330-35.6770-14.6595
CIE-Lab81.2253-37.0666-19.0100

#2edeec color RGB value is (46,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 11101100
Octal 56 336 354
Decimal 46 222 236
Hex 2E DE EC

RGB Percentages of Color #2edeec

%9.13
%44.05
%46.83

CMYK Percentages of Color #2edeec

%81
%6
%0
%7

Triadic Colors of #2edeec

#2edeec #ec2ede #deec2e

Analogous Colors of #2edeec

#2edeec #2e7fec #2eec9b

Monochromatic Colors of #2edeec

#2edeec

Complementary Color

#2edeec #ec3c2e

#2edeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edeec Color CSS Codes

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

#2edeec Text Font Color

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

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


#2edeec Background Color

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

This div background color is #2edeec


#2edeec Border Color

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

This div border color is #2edeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edeec


Comments

No comments written yet.

Please login to write comment.