Color Hex Logo

#29bcdc Color Hex

#29BCDC
(41,188,220)
0 Favorites   0 Comments

Color spaces of #29bcdc

RGB 41188220
HSL0.530.720.51
HSV191°81°86°
CMYK 0.810.150.00   0.14
XYZ31.815941.605274.0639
Yxy41.60520.21570.2821
Hunter Lab64.5021-24.8329-22.9277
CIE-Lab70.5979-26.0995-26.5851

#29bcdc color RGB value is (41,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 11011100
Octal 51 274 334
Decimal 41 188 220
Hex 29 BC DC

RGB Percentages of Color #29bcdc

%9.13
%41.87
%49.00

CMYK Percentages of Color #29bcdc

%81
%15
%0
%14

Triadic Colors of #29bcdc

#29bcdc #dc29bc #bcdc29

Analogous Colors of #29bcdc

#29bcdc #2963dc #29dca3

Monochromatic Colors of #29bcdc

#29bcdc

Complementary Color

#29bcdc #dc4929

#29bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bcdc Color CSS Codes

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

#29bcdc Text Font Color

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

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


#29bcdc Background Color

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

This div background color is #29bcdc


#29bcdc Border Color

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

This div border color is #29bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bcdc


Comments

No comments written yet.

Please login to write comment.