Color Hex Logo

#2baaef Color Hex

#2BAAEF
(43,170,239)
0 Favorites   0 Comments

Color spaces of #2baaef

RGB 43170239
HSL0.560.860.55
HSV201°82°94°
CMYK 0.820.290.00   0.06
XYZ30.951035.495086.8813
Yxy35.49500.20190.2315
Hunter Lab59.5777-11.5290-44.7574
CIE-Lab66.1322-10.0260-43.8962

#2baaef color RGB value is (43,170,239).

#2baaef hex color red value is 43, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2baaef hue: 0.56 , saturation: 0.86 and the lightness value of 2baaef is 0.55.

The process color (four color CMYK) of #2baaef color hex is 0.82, 0.29, 0.00, 0.06. Web safe color of #2baaef is #3399ff. Color #2baaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101010 11101111
Octal 53 252 357
Decimal 43 170 239
Hex 2B AA EF

RGB Percentages of Color #2baaef

%9.51
%37.61
%52.88

CMYK Percentages of Color #2baaef

%82
%29
%0
%6

Triadic Colors of #2baaef

#2baaef #ef2baa #aaef2b

Analogous Colors of #2baaef

#2baaef #2b48ef #2befd2

Monochromatic Colors of #2baaef

#2baaef

Complementary Color

#2baaef #ef702b

#2baaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baaef Color CSS Codes

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

#2baaef Text Font Color

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

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


#2baaef Background Color

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

This div background color is #2baaef


#2baaef Border Color

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

This div border color is #2baaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baaef


Comments

No comments written yet.

Please login to write comment.