Color Hex Logo

#29ccff Color Hex

#29CCFF
(41,204,255)
0 Favorites   0 Comments

Color spaces of #29ccff

RGB 41204255
HSL0.541.000.58
HSV194°84°100°
CMYK 0.840.200.00   0.00
XYZ40.557350.8771102.2904
Yxy50.87710.20940.2626
Hunter Lab71.3282-23.3290-35.0969
CIE-Lab76.6045-22.7308-36.2162

#29ccff color RGB value is (41,204,255).

#29ccff hex color red value is 41, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #29ccff hue: 0.54 , saturation: 1.00 and the lightness value of 29ccff is 0.58.

The process color (four color CMYK) of #29ccff color hex is 0.84, 0.20, 0.00, 0.00. Web safe color of #29ccff is #33ccff. Color #29ccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001100 11111111
Octal 51 314 377
Decimal 41 204 255
Hex 29 CC FF

RGB Percentages of Color #29ccff

%8.20
%40.80
%51.00

CMYK Percentages of Color #29ccff

%84
%20
%0
%0

Triadic Colors of #29ccff

#29ccff #ff29cc #ccff29

Analogous Colors of #29ccff

#29ccff #2961ff #29ffc7

Monochromatic Colors of #29ccff

#29ccff

Complementary Color

#29ccff #ff5c29

#29ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ccff Color CSS Codes

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

#29ccff Text Font Color

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

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


#29ccff Background Color

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

This div background color is #29ccff


#29ccff Border Color

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

This div border color is #29ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ccff


Comments

No comments written yet.

Please login to write comment.