Color Hex Logo

#2eeaeb Color Hex

#2EEAEB
(46,234,235)
0 Favorites   0 Comments

Color spaces of #2eeaeb

RGB 46234235
HSL0.500.830.55
HSV180°80°92°
CMYK 0.800.000.00   0.08
XYZ45.544965.424688.8250
Yxy65.42460.22800.3275
Hunter Lab80.8855-41.0400-8.4899
CIE-Lab84.7021-42.7961-13.2524

#2eeaeb color RGB value is (46,234,235).

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

The process color (four color CMYK) of #2eeaeb color hex is 0.80, 0.00, 0.00, 0.08. Web safe color of #2eeaeb is #33ffff. Color #2eeaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101010 11101011
Octal 56 352 353
Decimal 46 234 235
Hex 2E EA EB

RGB Percentages of Color #2eeaeb

%8.93
%45.44
%45.63

CMYK Percentages of Color #2eeaeb

%80
%0
%0
%8

Triadic Colors of #2eeaeb

#2eeaeb #eb2eea #eaeb2e

Analogous Colors of #2eeaeb

#2eeaeb #2e8ceb #2eeb8e

Monochromatic Colors of #2eeaeb

#2eeaeb

Complementary Color

#2eeaeb #eb2f2e

#2eeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eeaeb Color CSS Codes

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

#2eeaeb Text Font Color

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

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


#2eeaeb Background Color

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

This div background color is #2eeaeb


#2eeaeb Border Color

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

This div border color is #2eeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eeaeb


Comments

No comments written yet.

Please login to write comment.