Color Hex Logo

#2baedb Color Hex

#2BAEDB
(43,174,219)
0 Favorites   0 Comments

Color spaces of #2baedb

RGB 43174219
HSL0.540.710.51
HSV195°80°86°
CMYK 0.800.210.00   0.14
XYZ28.918535.900272.4231
Yxy35.90020.21070.2616
Hunter Lab59.9168-18.7023-29.7238
CIE-Lab66.4436-19.0689-32.4390

#2baedb color RGB value is (43,174,219).

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

The process color (four color CMYK) of #2baedb color hex is 0.80, 0.21, 0.00, 0.14. Web safe color of #2baedb is #3399cc. Color #2baedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101110 11011011
Octal 53 256 333
Decimal 43 174 219
Hex 2B AE DB

RGB Percentages of Color #2baedb

%9.86
%39.91
%50.23

CMYK Percentages of Color #2baedb

%80
%21
%0
%14

Triadic Colors of #2baedb

#2baedb #db2bae #aedb2b

Analogous Colors of #2baedb

#2baedb #2b56db #2bdbb0

Monochromatic Colors of #2baedb

#2baedb

Complementary Color

#2baedb #db582b

#2baedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2baedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2baedb Color CSS Codes

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

#2baedb Text Font Color

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

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


#2baedb Background Color

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

This div background color is #2baedb


#2baedb Border Color

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

This div border color is #2baedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2baedb


Comments

No comments written yet.

Please login to write comment.