Color Hex Logo

#2ea9bc Color Hex

#2EA9BC
(46,169,188)
0 Favorites   0 Comments

Color spaces of #2ea9bc

RGB 46169188
HSL0.520.610.46
HSV188°76°74°
CMYK 0.760.100.00   0.26
XYZ24.391832.587652.5814
Yxy32.58760.22260.2974
Hunter Lab57.0855-23.6293-14.6520
CIE-Lab63.8256-26.3359-19.2809

#2ea9bc color RGB value is (46,169,188).

#2ea9bc hex color red value is 46, green value is 169 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2ea9bc hue: 0.52 , saturation: 0.61 and the lightness value of 2ea9bc is 0.46.

The process color (four color CMYK) of #2ea9bc color hex is 0.76, 0.10, 0.00, 0.26. Web safe color of #2ea9bc is #3399cc. Color #2ea9bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101001 10111100
Octal 56 251 274
Decimal 46 169 188
Hex 2E A9 BC

RGB Percentages of Color #2ea9bc

%11.41
%41.94
%46.65

CMYK Percentages of Color #2ea9bc

%76
%10
%0
%26

Triadic Colors of #2ea9bc

#2ea9bc #bc2ea9 #a9bc2e

Analogous Colors of #2ea9bc

#2ea9bc #2e62bc #2ebc88

Monochromatic Colors of #2ea9bc

#2ea9bc

Complementary Color

#2ea9bc #bc412e

#2ea9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ea9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ea9bc Color CSS Codes

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

#2ea9bc Text Font Color

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

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


#2ea9bc Background Color

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

This div background color is #2ea9bc


#2ea9bc Border Color

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

This div border color is #2ea9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ea9bc


Comments

No comments written yet.

Please login to write comment.