Color Hex Logo

#2edcec Color Hex

#2EDCEC
(46,220,236)
0 Favorites   0 Comments

Color spaces of #2edcec

RGB 46220236
HSL0.510.830.55
HSV185°81°93°
CMYK 0.810.070.00   0.07
XYZ41.860257.823488.3116
Yxy57.82340.22270.3076
Hunter Lab76.0417-34.8105-15.6277
CIE-Lab80.6405-36.1389-19.8943

#2edcec color RGB value is (46,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11101100
Octal 56 334 354
Decimal 46 220 236
Hex 2E DC EC

RGB Percentages of Color #2edcec

%9.16
%43.82
%47.01

CMYK Percentages of Color #2edcec

%81
%7
%0
%7

Triadic Colors of #2edcec

#2edcec #ec2edc #dcec2e

Analogous Colors of #2edcec

#2edcec #2e7dec #2eec9d

Monochromatic Colors of #2edcec

#2edcec

Complementary Color

#2edcec #ec3e2e

#2edcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcec Color CSS Codes

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

#2edcec Text Font Color

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

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


#2edcec Background Color

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

This div background color is #2edcec


#2edcec Border Color

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

This div border color is #2edcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcec


Comments

No comments written yet.

Please login to write comment.