Color Hex Logo

#2babdd Color Hex

#2BABDD
(43,171,221)
0 Favorites   0 Comments

Color spaces of #2babdd

RGB 43171221
HSL0.550.720.52
HSV197°81°87°
CMYK 0.810.230.00   0.13
XYZ28.610334.859973.6273
Yxy34.85990.20870.2543
Hunter Lab59.0423-16.8277-32.6066
CIE-Lab65.6394-16.8017-34.7878

#2babdd color RGB value is (43,171,221).

#2babdd hex color red value is 43, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2babdd hue: 0.55 , saturation: 0.72 and the lightness value of 2babdd is 0.52.

The process color (four color CMYK) of #2babdd color hex is 0.81, 0.23, 0.00, 0.13. Web safe color of #2babdd is #3399cc. Color #2babdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101011 11011101
Octal 53 253 335
Decimal 43 171 221
Hex 2B AB DD

RGB Percentages of Color #2babdd

%9.89
%39.31
%50.80

CMYK Percentages of Color #2babdd

%81
%23
%0
%13

Triadic Colors of #2babdd

#2babdd #dd2bab #abdd2b

Analogous Colors of #2babdd

#2babdd #2b52dd #2bddb6

Monochromatic Colors of #2babdd

#2babdd

Complementary Color

#2babdd #dd5d2b

#2babdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2babdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2babdd Color CSS Codes

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

#2babdd Text Font Color

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

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


#2babdd Background Color

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

This div background color is #2babdd


#2babdd Border Color

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

This div border color is #2babdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2babdd


Comments

No comments written yet.

Please login to write comment.