Color Hex Logo

#29cafd Color Hex

#29CAFD
(41,202,253)
0 Favorites   0 Comments

Color spaces of #29cafd

RGB 41202253
HSL0.540.980.58
HSV194°84°99°
CMYK 0.840.200.00   0.01
XYZ39.764649.8043100.4459
Yxy49.80430.20930.2621
Hunter Lab70.5722-22.9236-34.9874
CIE-Lab75.9490-22.3739-36.1619

#29cafd color RGB value is (41,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001010 11111101
Octal 51 312 375
Decimal 41 202 253
Hex 29 CA FD

RGB Percentages of Color #29cafd

%8.27
%40.73
%51.01

CMYK Percentages of Color #29cafd

%84
%20
%0
%1

Triadic Colors of #29cafd

#29cafd #fd29ca #cafd29

Analogous Colors of #29cafd

#29cafd #2960fd #29fdc6

Monochromatic Colors of #29cafd

#29cafd

Complementary Color

#29cafd #fd5c29

#29cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cafd Color CSS Codes

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

#29cafd Text Font Color

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

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


#29cafd Background Color

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

This div background color is #29cafd


#29cafd Border Color

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

This div border color is #29cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cafd


Comments

No comments written yet.

Please login to write comment.