Color Hex Logo

#29b4da Color Hex

#29B4DA
(41,180,218)
0 Favorites   0 Comments

Color spaces of #29b4da

RGB 41180218
HSL0.540.710.51
HSV193°81°85°
CMYK 0.810.170.00   0.15
XYZ29.890638.175972.1229
Yxy38.17590.21320.2723
Hunter Lab61.7866-21.7735-25.9579
CIE-Lab68.1501-22.6976-29.2553

#29b4da color RGB value is (41,180,218).

#29b4da hex color red value is 41, green value is 180 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #29b4da hue: 0.54 , saturation: 0.71 and the lightness value of 29b4da is 0.51.

The process color (four color CMYK) of #29b4da color hex is 0.81, 0.17, 0.00, 0.15. Web safe color of #29b4da is #33cccc. Color #29b4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10110100 11011010
Octal 51 264 332
Decimal 41 180 218
Hex 29 B4 DA

RGB Percentages of Color #29b4da

%9.34
%41.00
%49.66

CMYK Percentages of Color #29b4da

%81
%17
%0
%15

Triadic Colors of #29b4da

#29b4da #da29b4 #b4da29

Analogous Colors of #29b4da

#29b4da #295bda #29daa8

Monochromatic Colors of #29b4da

#29b4da

Complementary Color

#29b4da #da4f29

#29b4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29b4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#29b4da Color CSS Codes

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

#29b4da Text Font Color

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

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


#29b4da Background Color

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

This div background color is #29b4da


#29b4da Border Color

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

This div border color is #29b4da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,180,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29b4da


Comments

No comments written yet.

Please login to write comment.