color codes Logo

#29abcc color codes

#29ABCC
(41,171,204)
0 Favorites   0 Comments

Color spaces of #29abcc

RGB 41171204
HSL0.530.670.48
HSV192°80°80°
CMYK 0.800.160.00   0.20
XYZ26.376433.956962.2909
Yxy33.95690.21510.2769
Hunter Lab58.2725-21.1810-22.5877
CIE-Lab64.9283-22.6954-26.4977

#29abcc color RGB value is (41,171,204).

#29abcc hex color red value is 41, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #29abcc hue: 0.53 , saturation: 0.67 and the lightness value of 29abcc is 0.48.

The process color (four color CMYK) of #29abcc color code is 0.80, 0.16, 0.00, 0.20. Web safe color of #29abcc is #3399cc. Color #29abcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101011 11001100
Octal 51 253 314
Decimal 41 171 204
Hex 29 AB CC

RGB Percentages of Color #29abcc

%9.86
%41.11
%49.04

CMYK Percentages of Color #29abcc

%80
%16
%0
%20

Triadic Colors of #29abcc

#29abcc #cc29ab #abcc29

Analogous Colors of #29abcc

#29abcc #295acc #29cc9c

Monochromatic Colors of #29abcc

#29abcc

Complementary Color

#29abcc #cc4a29

#29abcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29abcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#29abcc Color CSS Codes

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

#29abcc Text Font Color

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

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


#29abcc Background Color

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

This div background color is #29abcc


#29abcc Border Color

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

This div border color is #29abcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29abcc


Comments

No comments written yet.

Please login to write comment.