Color Hex Logo

#2baebd Color Hex

#2BAEBD
(43,174,189)
0 Favorites   0 Comments

Color spaces of #2baebd

RGB 43174189
HSL0.520.630.45
HSV186°77°74°
CMYK 0.770.080.00   0.26
XYZ25.317634.459853.4611
Yxy34.45980.22360.3043
Hunter Lab58.7025-25.7446-12.9044
CIE-Lab65.3259-28.8326-17.5644

#2baebd color RGB value is (43,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 10111101
Octal 53 256 275
Decimal 43 174 189
Hex 2B AE BD

RGB Percentages of Color #2baebd

%10.59
%42.86
%46.55

CMYK Percentages of Color #2baebd

%77
%8
%0
%26

Triadic Colors of #2baebd

#2baebd #bd2bae #aebd2b

Analogous Colors of #2baebd

#2baebd #2b65bd #2bbd83

Monochromatic Colors of #2baebd

#2baebd

Complementary Color

#2baebd #bd3a2b

#2baebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baebd Color CSS Codes

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

#2baebd Text Font Color

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

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


#2baebd Background Color

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

This div background color is #2baebd


#2baebd Border Color

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

This div border color is #2baebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baebd


Comments

No comments written yet.

Please login to write comment.