Color Hex Logo

#29abeb Color Hex

#29ABEB
(41,171,235)
0 Favorites   0 Comments

Color spaces of #29abeb

RGB 41171235
HSL0.550.830.54
HSV200°83°92°
CMYK 0.830.270.00   0.08
XYZ30.472835.595483.8618
Yxy35.59540.20320.2374
Hunter Lab59.6619-13.2379-41.5758
CIE-Lab66.2096-12.1402-41.5884

#29abeb color RGB value is (41,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11101011
Octal 51 253 353
Decimal 41 171 235
Hex 29 AB EB

RGB Percentages of Color #29abeb

%9.17
%38.26
%52.57

CMYK Percentages of Color #29abeb

%83
%27
%0
%8

Triadic Colors of #29abeb

#29abeb #eb29ab #abeb29

Analogous Colors of #29abeb

#29abeb #294aeb #29ebca

Monochromatic Colors of #29abeb

#29abeb

Complementary Color

#29abeb #eb6929

#29abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abeb Color CSS Codes

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

#29abeb Text Font Color

<p style="color:#29abeb">Text here</p>

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


#29abeb Background Color

<div style="background-color:#29abeb">
Div content here</div>

This div background color is #29abeb


#29abeb Border Color

<div style="border:3px solid #29abeb">
Div here</div>

This div border color is #29abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abeb


Comments

No comments written yet.

Please login to write comment.