Color Hex Logo

#2baebe Color Hex

#2BAEBE
(43,174,190)
0 Favorites   0 Comments

Color spaces of #2baebe

RGB 43174190
HSL0.520.630.46
HSV187°77°75°
CMYK 0.770.080.00   0.25
XYZ25.426634.503454.0349
Yxy34.50340.22310.3028
Hunter Lab58.7396-25.5270-13.4235
CIE-Lab65.3602-28.5193-18.0677

#2baebe color RGB value is (43,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 10111110
Octal 53 256 276
Decimal 43 174 190
Hex 2B AE BE

RGB Percentages of Color #2baebe

%10.57
%42.75
%46.68

CMYK Percentages of Color #2baebe

%77
%8
%0
%25

Triadic Colors of #2baebe

#2baebe #be2bae #aebe2b

Analogous Colors of #2baebe

#2baebe #2b65be #2bbe85

Monochromatic Colors of #2baebe

#2baebe

Complementary Color

#2baebe #be3b2b

#2baebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baebe Color CSS Codes

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

#2baebe Text Font Color

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

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


#2baebe Background Color

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

This div background color is #2baebe


#2baebe Border Color

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

This div border color is #2baebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baebe


Comments

No comments written yet.

Please login to write comment.