Color Hex Logo

#2babeb Color Hex

#2BABEB
(43,171,235)
0 Favorites   0 Comments

Color spaces of #2babeb

RGB 43171235
HSL0.560.830.55
HSV200°82°92°
CMYK 0.820.270.00   0.08
XYZ30.554635.637683.8656
Yxy35.63760.20360.2375
Hunter Lab59.6972-13.1092-41.5054
CIE-Lab66.2421-11.9743-41.5351

#2babeb color RGB value is (43,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 10101011 11101011
Octal 53 253 353
Decimal 43 171 235
Hex 2B AB EB

RGB Percentages of Color #2babeb

%9.58
%38.08
%52.34

CMYK Percentages of Color #2babeb

%82
%27
%0
%8

Triadic Colors of #2babeb

#2babeb #eb2bab #abeb2b

Analogous Colors of #2babeb

#2babeb #2b4beb #2bebcb

Monochromatic Colors of #2babeb

#2babeb

Complementary Color

#2babeb #eb6b2b

#2babeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2babeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2babeb Color CSS Codes

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

#2babeb Text Font Color

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

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


#2babeb Background Color

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

This div background color is #2babeb


#2babeb Border Color

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

This div border color is #2babeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2babeb


Comments

No comments written yet.

Please login to write comment.