Color Hex Logo

#2baaed Color Hex

#2BAAED
(43,170,237)
0 Favorites   0 Comments

Color spaces of #2baaed

RGB 43170237
HSL0.560.840.55
HSV201°82°93°
CMYK 0.820.280.00   0.07
XYZ30.657035.377585.3335
Yxy35.37750.20250.2337
Hunter Lab59.4790-12.0847-43.4271
CIE-Lab66.0415-10.7276-42.9444

#2baaed color RGB value is (43,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101010 11101101
Octal 53 252 355
Decimal 43 170 237
Hex 2B AA ED

RGB Percentages of Color #2baaed

%9.56
%37.78
%52.67

CMYK Percentages of Color #2baaed

%82
%28
%0
%7

Triadic Colors of #2baaed

#2baaed #ed2baa #aaed2b

Analogous Colors of #2baaed

#2baaed #2b49ed #2bedcf

Monochromatic Colors of #2baaed

#2baaed

Complementary Color

#2baaed #ed6e2b

#2baaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baaed Color CSS Codes

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

#2baaed Text Font Color

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

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


#2baaed Background Color

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

This div background color is #2baaed


#2baaed Border Color

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

This div border color is #2baaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baaed


Comments

No comments written yet.

Please login to write comment.