Color Hex Logo

#2b9deb Color Hex

#2B9DEB
(43,157,235)
0 Favorites   0 Comments

Color spaces of #2b9deb

RGB 43157235
HSL0.570.830.55
HSV204°82°92°
CMYK 0.820.330.00   0.08
XYZ28.048630.625783.0303
Yxy30.62570.19790.2161
Hunter Lab55.3405-6.3755-50.2176
CIE-Lab62.1904-4.1425-47.9102

#2b9deb color RGB value is (43,157,235).

#2b9deb hex color red value is 43, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2b9deb hue: 0.57 , saturation: 0.83 and the lightness value of 2b9deb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10011101 11101011
Octal 53 235 353
Decimal 43 157 235
Hex 2B 9D EB

RGB Percentages of Color #2b9deb

%9.89
%36.09
%54.02

CMYK Percentages of Color #2b9deb

%82
%33
%0
%8

Triadic Colors of #2b9deb

#2b9deb #eb2b9d #9deb2b

Analogous Colors of #2b9deb

#2b9deb #2b3deb #2bebd9

Monochromatic Colors of #2b9deb

#2b9deb

Complementary Color

#2b9deb #eb792b

#2b9deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b9deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b9deb Color CSS Codes

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

#2b9deb Text Font Color

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

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


#2b9deb Background Color

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

This div background color is #2b9deb


#2b9deb Border Color

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

This div border color is #2b9deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b9deb


Comments

No comments written yet.

Please login to write comment.