Color Hex Logo

#2edaef Color Hex

#2EDAEF
(46,218,239)
0 Favorites   0 Comments

Color spaces of #2edaef

RGB 46218239
HSL0.520.860.56
HSV187°81°94°
CMYK 0.810.090.00   0.06
XYZ41.778156.955690.4530
Yxy56.95560.22080.3011
Hunter Lab75.4689-33.2566-18.2335
CIE-Lab80.1546-34.2934-22.2276

#2edaef color RGB value is (46,218,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11101111
Octal 56 332 357
Decimal 46 218 239
Hex 2E DA EF

RGB Percentages of Color #2edaef

%9.15
%43.34
%47.51

CMYK Percentages of Color #2edaef

%81
%9
%0
%6

Triadic Colors of #2edaef

#2edaef #ef2eda #daef2e

Analogous Colors of #2edaef

#2edaef #2e7aef #2eefa4

Monochromatic Colors of #2edaef

#2edaef

Complementary Color

#2edaef #ef432e

#2edaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edaef Color CSS Codes

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

#2edaef Text Font Color

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

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


#2edaef Background Color

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

This div background color is #2edaef


#2edaef Border Color

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

This div border color is #2edaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edaef


Comments

No comments written yet.

Please login to write comment.