Color Hex Logo

#29d8fd Color Hex

#29D8FD
(41,216,253)
0 Favorites   0 Comments

Color spaces of #29d8fd

RGB 41216253
HSL0.530.980.58
HSV190°84°99°
CMYK 0.840.150.00   0.01
XYZ43.199956.6750101.5910
Yxy56.67500.21440.2813
Hunter Lab75.2828-29.3154-27.3114
CIE-Lab79.9964-29.3470-29.9206

#29d8fd color RGB value is (41,216,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11011000 11111101
Octal 51 330 375
Decimal 41 216 253
Hex 29 D8 FD

RGB Percentages of Color #29d8fd

%8.04
%42.35
%49.61

CMYK Percentages of Color #29d8fd

%84
%15
%0
%1

Triadic Colors of #29d8fd

#29d8fd #fd29d8 #d8fd29

Analogous Colors of #29d8fd

#29d8fd #296efd #29fdb8

Monochromatic Colors of #29d8fd

#29d8fd

Complementary Color

#29d8fd #fd4e29

#29d8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29d8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29d8fd Color CSS Codes

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

#29d8fd Text Font Color

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

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


#29d8fd Background Color

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

This div background color is #29d8fd


#29d8fd Border Color

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

This div border color is #29d8fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,216,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 #29d8fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29d8fd

Related Colors


Comments

No comments written yet.

Please login to write comment.