Color Hex Logo

#2edcef Color Hex

#2EDCEF
(46,220,239)
0 Favorites   0 Comments

Color spaces of #2edcef

RGB 46220239
HSL0.520.860.56
HSV186°81°94°
CMYK 0.810.080.00   0.06
XYZ42.299957.999290.6269
Yxy57.99920.22160.3038
Hunter Lab76.1572-34.1311-17.2449
CIE-Lab80.7383-35.2333-21.3416

#2edcef color RGB value is (46,220,239).

#2edcef hex color red value is 46, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2edcef hue: 0.52 , saturation: 0.86 and the lightness value of 2edcef is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11101111
Octal 56 334 357
Decimal 46 220 239
Hex 2E DC EF

RGB Percentages of Color #2edcef

%9.11
%43.56
%47.33

CMYK Percentages of Color #2edcef

%81
%8
%0
%6

Triadic Colors of #2edcef

#2edcef #ef2edc #dcef2e

Analogous Colors of #2edcef

#2edcef #2e7cef #2eefa2

Monochromatic Colors of #2edcef

#2edcef

Complementary Color

#2edcef #ef412e

#2edcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcef Color CSS Codes

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

#2edcef Text Font Color

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

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


#2edcef Background Color

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

This div background color is #2edcef


#2edcef Border Color

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

This div border color is #2edcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcef


Comments

No comments written yet.

Please login to write comment.