Color Hex Logo

#2bacdd Color Hex

#2BACDD
(43,172,221)
0 Favorites   0 Comments

Color spaces of #2bacdd

RGB 43172221
HSL0.550.720.52
HSV197°81°87°
CMYK 0.810.220.00   0.13
XYZ28.799935.239173.6905
Yxy35.23910.20910.2559
Hunter Lab59.3625-17.2846-32.0467
CIE-Lab65.9344-17.3344-34.3295

#2bacdd color RGB value is (43,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101100 11011101
Octal 53 254 335
Decimal 43 172 221
Hex 2B AC DD

RGB Percentages of Color #2bacdd

%9.86
%39.45
%50.69

CMYK Percentages of Color #2bacdd

%81
%22
%0
%13

Triadic Colors of #2bacdd

#2bacdd #dd2bac #acdd2b

Analogous Colors of #2bacdd

#2bacdd #2b53dd #2bddb5

Monochromatic Colors of #2bacdd

#2bacdd

Complementary Color

#2bacdd #dd5c2b

#2bacdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bacdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bacdd Color CSS Codes

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

#2bacdd Text Font Color

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

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


#2bacdd Background Color

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

This div background color is #2bacdd


#2bacdd Border Color

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

This div border color is #2bacdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,172,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 #2bacdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bacdd


Comments

No comments written yet.

Please login to write comment.