Color Hex Logo

#2eafba Color Hex

#2EAFBA
(46,175,186)
0 Favorites   0 Comments

Color spaces of #2eafba

RGB 46175186
HSL0.510.600.45
HSV185°75°73°
CMYK 0.750.060.00   0.27
XYZ25.319634.786051.8343
Yxy34.78600.22620.3108
Hunter Lab58.9797-26.5855-10.8213
CIE-Lab65.5817-29.9267-15.5064

#2eafba color RGB value is (46,175,186).

#2eafba hex color red value is 46, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2eafba hue: 0.51 , saturation: 0.60 and the lightness value of 2eafba is 0.45.

The process color (four color CMYK) of #2eafba color hex is 0.75, 0.06, 0.00, 0.27. Web safe color of #2eafba is #3399cc. Color #2eafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101111 10111010
Octal 56 257 272
Decimal 46 175 186
Hex 2E AF BA

RGB Percentages of Color #2eafba

%11.30
%43.00
%45.70

CMYK Percentages of Color #2eafba

%75
%6
%0
%27

Triadic Colors of #2eafba

#2eafba #ba2eaf #afba2e

Analogous Colors of #2eafba

#2eafba #2e69ba #2eba7f

Monochromatic Colors of #2eafba

#2eafba

Complementary Color

#2eafba #ba392e

#2eafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eafba Color CSS Codes

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

#2eafba Text Font Color

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

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


#2eafba Background Color

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

This div background color is #2eafba


#2eafba Border Color

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

This div border color is #2eafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eafba


Comments

No comments written yet.

Please login to write comment.