Color Hex Logo

#29bcdf Color Hex

#29BCDF
(41,188,223)
0 Favorites   0 Comments

Color spaces of #29bcdf

RGB 41188223
HSL0.530.740.52
HSV192°82°87°
CMYK 0.820.160.00   0.13
XYZ32.217041.765676.1756
Yxy41.76560.21460.2781
Hunter Lab64.6263-24.1116-24.6472
CIE-Lab70.7090-25.1258-28.0495

#29bcdf color RGB value is (41,188,223).

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

The process color (four color CMYK) of #29bcdf color hex is 0.82, 0.16, 0.00, 0.13. Web safe color of #29bcdf is #33cccc. Color #29bcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 11011111
Octal 51 274 337
Decimal 41 188 223
Hex 29 BC DF

RGB Percentages of Color #29bcdf

%9.07
%41.59
%49.34

CMYK Percentages of Color #29bcdf

%82
%16
%0
%13

Triadic Colors of #29bcdf

#29bcdf #df29bc #bcdf29

Analogous Colors of #29bcdf

#29bcdf #2961df #29dfa7

Monochromatic Colors of #29bcdf

#29bcdf

Complementary Color

#29bcdf #df4c29

#29bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bcdf Color CSS Codes

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

#29bcdf Text Font Color

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

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


#29bcdf Background Color

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

This div background color is #29bcdf


#29bcdf Border Color

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

This div border color is #29bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bcdf


Comments

No comments written yet.

Please login to write comment.