Color Hex Logo

#2eedee Color Hex

#2EEDEE
(46,237,238)
0 Favorites   0 Comments

Color spaces of #2eedee

RGB 46237238
HSL0.500.850.56
HSV180°81°93°
CMYK 0.810.000.00   0.07
XYZ46.843567.322391.4145
Yxy67.32230.22790.3275
Hunter Lab82.0502-41.6798-8.6216
CIE-Lab85.6664-43.2691-13.3883

#2eedee color RGB value is (46,237,238).

#2eedee hex color red value is 46, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2eedee hue: 0.50 , saturation: 0.85 and the lightness value of 2eedee is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11101110
Octal 56 355 356
Decimal 46 237 238
Hex 2E ED EE

RGB Percentages of Color #2eedee

%8.83
%45.49
%45.68

CMYK Percentages of Color #2eedee

%81
%0
%0
%7

Triadic Colors of #2eedee

#2eedee #ee2eed #edee2e

Analogous Colors of #2eedee

#2eedee #2e8dee #2eee8f

Monochromatic Colors of #2eedee

#2eedee

Complementary Color

#2eedee #ee2f2e

#2eedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedee Color CSS Codes

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

#2eedee Text Font Color

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

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


#2eedee Background Color

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

This div background color is #2eedee


#2eedee Border Color

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

This div border color is #2eedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedee


Comments

No comments written yet.

Please login to write comment.