Color Hex Logo

#29eefd Color Hex

#29EEFD
(41,238,253)
0 Favorites   0 Comments

Color spaces of #29eefd

RGB 41238253
HSL0.510.980.58
HSV184°84°99°
CMYK 0.840.060.00   0.01
XYZ49.218668.7123103.5972
Yxy68.71230.22220.3102
Hunter Lab82.8929-39.0761-16.0740
CIE-Lab86.3614-39.6992-20.2246

#29eefd color RGB value is (41,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101110 11111101
Octal 51 356 375
Decimal 41 238 253
Hex 29 EE FD

RGB Percentages of Color #29eefd

%7.71
%44.74
%47.56

CMYK Percentages of Color #29eefd

%84
%6
%0
%1

Triadic Colors of #29eefd

#29eefd #fd29ee #eefd29

Analogous Colors of #29eefd

#29eefd #2984fd #29fda2

Monochromatic Colors of #29eefd

#29eefd

Complementary Color

#29eefd #fd3829

#29eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#29eefd Color CSS Codes

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

#29eefd Text Font Color

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

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


#29eefd Background Color

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

This div background color is #29eefd


#29eefd Border Color

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

This div border color is #29eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29eefd


Comments

No comments written yet.

Please login to write comment.