Color Hex Logo

#29bbdc Color Hex

#29BBDC
(41,187,220)
0 Favorites   0 Comments

Color spaces of #29bbdc

RGB 41187220
HSL0.530.720.51
HSV191°81°86°
CMYK 0.810.150.00   0.14
XYZ31.603041.179473.9929
Yxy41.17940.21530.2806
Hunter Lab64.1712-24.3919-23.4448
CIE-Lab70.3014-25.5979-27.0400

#29bbdc color RGB value is (41,187,220).

#29bbdc hex color red value is 41, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #29bbdc hue: 0.53 , saturation: 0.72 and the lightness value of 29bbdc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 11011100
Octal 51 273 334
Decimal 41 187 220
Hex 29 BB DC

RGB Percentages of Color #29bbdc

%9.15
%41.74
%49.11

CMYK Percentages of Color #29bbdc

%81
%15
%0
%14

Triadic Colors of #29bbdc

#29bbdc #dc29bb #bbdc29

Analogous Colors of #29bbdc

#29bbdc #2962dc #29dca4

Monochromatic Colors of #29bbdc

#29bbdc

Complementary Color

#29bbdc #dc4a29

#29bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbdc Color CSS Codes

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

#29bbdc Text Font Color

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

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


#29bbdc Background Color

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

This div background color is #29bbdc


#29bbdc Border Color

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

This div border color is #29bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbdc


Comments

No comments written yet.

Please login to write comment.