Color Hex Logo

#2baeba Color Hex

#2BAEBA
(43,174,186)
0 Favorites   0 Comments

Color spaces of #2baeba

RGB 43174186
HSL0.510.620.45
HSV185°77°73°
CMYK 0.770.060.00   0.27
XYZ24.995234.330951.7635
Yxy34.33090.22500.3090
Hunter Lab58.5926-26.3901-11.3648
CIE-Lab65.2244-29.7664-16.0514

#2baeba color RGB value is (43,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 10111010
Octal 53 256 272
Decimal 43 174 186
Hex 2B AE BA

RGB Percentages of Color #2baeba

%10.67
%43.18
%46.15

CMYK Percentages of Color #2baeba

%77
%6
%0
%27

Triadic Colors of #2baeba

#2baeba #ba2bae #aeba2b

Analogous Colors of #2baeba

#2baeba #2b67ba #2bba7f

Monochromatic Colors of #2baeba

#2baeba

Complementary Color

#2baeba #ba372b

#2baeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baeba Color CSS Codes

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

#2baeba Text Font Color

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

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


#2baeba Background Color

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

This div background color is #2baeba


#2baeba Border Color

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

This div border color is #2baeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baeba


Comments

No comments written yet.

Please login to write comment.