Color Hex Logo

#2badea Color Hex

#2BADEA
(43,173,234)
0 Favorites   0 Comments

Color spaces of #2badea

RGB 43173234
HSL0.550.820.54
HSV199°82°92°
CMYK 0.820.260.00   0.08
XYZ30.791136.341283.2336
Yxy36.34120.20480.2417
Hunter Lab60.2837-14.3239-39.6631
CIE-Lab66.7798-13.4106-40.1464

#2badea color RGB value is (43,173,234).

#2badea hex color red value is 43, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2badea hue: 0.55 , saturation: 0.82 and the lightness value of 2badea is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101101 11101010
Octal 53 255 352
Decimal 43 173 234
Hex 2B AD EA

RGB Percentages of Color #2badea

%9.56
%38.44
%52.00

CMYK Percentages of Color #2badea

%82
%26
%0
%8

Triadic Colors of #2badea

#2badea #ea2bad #adea2b

Analogous Colors of #2badea

#2badea #2b4eea #2beac8

Monochromatic Colors of #2badea

#2badea

Complementary Color

#2badea #ea682b

#2badea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2badea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2badea Color CSS Codes

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

#2badea Text Font Color

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

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


#2badea Background Color

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

This div background color is #2badea


#2badea Border Color

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

This div border color is #2badea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2badea


Comments

No comments written yet.

Please login to write comment.