Color Hex Logo

#2baeb9 Color Hex

#2BAEB9
(43,174,185)
0 Favorites   0 Comments

Color spaces of #2baeb9

RGB 43174185
HSL0.510.620.45
HSV185°77°73°
CMYK 0.770.060.00   0.27
XYZ24.889334.288551.2055
Yxy34.28850.22550.3106
Hunter Lab58.5564-26.6025-10.8576
CIE-Lab65.1909-30.0752-15.5461

#2baeb9 color RGB value is (43,174,185).

#2baeb9 hex color red value is 43, green value is 174 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #2baeb9 hue: 0.51 , saturation: 0.62 and the lightness value of 2baeb9 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 10111001
Octal 53 256 271
Decimal 43 174 185
Hex 2B AE B9

RGB Percentages of Color #2baeb9

%10.70
%43.28
%46.02

CMYK Percentages of Color #2baeb9

%77
%6
%0
%27

Triadic Colors of #2baeb9

#2baeb9 #b92bae #aeb92b

Analogous Colors of #2baeb9

#2baeb9 #2b67b9 #2bb97d

Monochromatic Colors of #2baeb9

#2baeb9

Complementary Color

#2baeb9 #b9362b

#2baeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baeb9 Color CSS Codes

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

#2baeb9 Text Font Color

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

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


#2baeb9 Background Color

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

This div background color is #2baeb9


#2baeb9 Border Color

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

This div border color is #2baeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baeb9


Comments

No comments written yet.

Please login to write comment.