Color Hex Logo

#29accf Color Hex

#29ACCF
(41,172,207)
0 Favorites   0 Comments

Color spaces of #29accf

RGB 41172207
HSL0.540.670.49
HSV193°80°81°
CMYK 0.800.170.00   0.19
XYZ26.929534.481564.2677
Yxy34.48150.21430.2744
Hunter Lab58.7210-20.9013-23.7858
CIE-Lab65.3430-22.2187-27.5209

#29accf color RGB value is (41,172,207).

#29accf hex color red value is 41, green value is 172 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #29accf hue: 0.54 , saturation: 0.67 and the lightness value of 29accf is 0.49.

The process color (four color CMYK) of #29accf color hex is 0.80, 0.17, 0.00, 0.19. Web safe color of #29accf is #3399cc. Color #29accf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10101100 11001111
Octal 51 254 317
Decimal 41 172 207
Hex 29 AC CF

RGB Percentages of Color #29accf

%9.76
%40.95
%49.29

CMYK Percentages of Color #29accf

%80
%17
%0
%19

Triadic Colors of #29accf

#29accf #cf29ac #accf29

Analogous Colors of #29accf

#29accf #2959cf #29cf9f

Monochromatic Colors of #29accf

#29accf

Complementary Color

#29accf #cf4c29

#29accf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29accf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29accf Color CSS Codes

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

#29accf Text Font Color

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

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


#29accf Background Color

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

This div background color is #29accf


#29accf Border Color

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

This div border color is #29accf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29accf


Comments

No comments written yet.

Please login to write comment.