Color Hex Logo

#2ba690 Color Hex

#2BA690
(43,166,144)
0 Favorites   0 Comments

Color spaces of #2ba690

RGB 43166144
HSL0.470.590.41
HSV169°74°65°
CMYK 0.740.000.13   0.35
XYZ19.666529.799631.1009
Yxy29.79960.24410.3699
Hunter Lab54.5890-31.22354.4331
CIE-Lab61.4809-38.23671.8731

#2ba690 color RGB value is (43,166,144).

#2ba690 hex color red value is 43, green value is 166 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #2ba690 hue: 0.47 , saturation: 0.59 and the lightness value of 2ba690 is 0.41.

The process color (four color CMYK) of #2ba690 color hex is 0.74, 0.00, 0.13, 0.35. Web safe color of #2ba690 is #339999. Color #2ba690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10100110 10010000
Octal 53 246 220
Decimal 43 166 144
Hex 2B A6 90

RGB Percentages of Color #2ba690

%12.18
%47.03
%40.79

CMYK Percentages of Color #2ba690

%74
%0
%13
%35

Triadic Colors of #2ba690

#2ba690 #902ba6 #a6902b

Analogous Colors of #2ba690

#2ba690 #2b7fa6 #2ba653

Monochromatic Colors of #2ba690

#2ba690

Complementary Color

#2ba690 #a62b41

#2ba690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ba690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ba690 Color CSS Codes

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

#2ba690 Text Font Color

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

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


#2ba690 Background Color

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

This div background color is #2ba690


#2ba690 Border Color

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

This div border color is #2ba690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,166,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ba690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ba690;
  -webkit-box-shadow: 1px 1px 3px 2px #2ba690;
  box-shadow:         1px 1px 3px 2px #2ba690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,166,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ba690


Comments

No comments written yet.

Please login to write comment.