Color Hex Logo

#2eabda Color Hex

#2EABDA
(46,171,218)
0 Favorites   0 Comments

Color spaces of #2eabda

RGB 46171218
HSL0.550.700.52
HSV196°79°85°
CMYK 0.790.220.00   0.15
XYZ28.344534.768671.5468
Yxy34.76860.21050.2582
Hunter Lab58.9649-17.3834-30.6658
CIE-Lab65.5681-17.5351-33.2415

#2eabda color RGB value is (46,171,218).

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

The process color (four color CMYK) of #2eabda color hex is 0.79, 0.22, 0.00, 0.15. Web safe color of #2eabda is #3399cc. Color #2eabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101011 11011010
Octal 56 253 332
Decimal 46 171 218
Hex 2E AB DA

RGB Percentages of Color #2eabda

%10.57
%39.31
%50.11

CMYK Percentages of Color #2eabda

%79
%22
%0
%15

Triadic Colors of #2eabda

#2eabda #da2eab #abda2e

Analogous Colors of #2eabda

#2eabda #2e55da #2edab3

Monochromatic Colors of #2eabda

#2eabda

Complementary Color

#2eabda #da5d2e

#2eabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eabda Color CSS Codes

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

#2eabda Text Font Color

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

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


#2eabda Background Color

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

This div background color is #2eabda


#2eabda Border Color

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

This div border color is #2eabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eabda


Comments

No comments written yet.

Please login to write comment.