Color Hex Logo

#29ebdf Color Hex

#29EBDF
(41,235,223)
0 Favorites   0 Comments

Color spaces of #29ebdf

RGB 41235223
HSL0.490.830.54
HSV176°83°92°
CMYK 0.830.000.05   0.08
XYZ43.942165.215880.0840
Yxy65.21580.23220.3446
Hunter Lab80.7563-44.1959-2.2670
CIE-Lab84.5948-46.9785-7.0945

#29ebdf color RGB value is (41,235,223).

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

The process color (four color CMYK) of #29ebdf color hex is 0.83, 0.00, 0.05, 0.08. Web safe color of #29ebdf is #33ffcc. Color #29ebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101011 11011111
Octal 51 353 337
Decimal 41 235 223
Hex 29 EB DF

RGB Percentages of Color #29ebdf

%8.22
%47.09
%44.69

CMYK Percentages of Color #29ebdf

%83
%0
%5
%8

Triadic Colors of #29ebdf

#29ebdf #df29eb #ebdf29

Analogous Colors of #29ebdf

#29ebdf #2996eb #29eb7e

Monochromatic Colors of #29ebdf

#29ebdf

Complementary Color

#29ebdf #eb2935

#29ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ebdf Color CSS Codes

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

#29ebdf Text Font Color

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

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


#29ebdf Background Color

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

This div background color is #29ebdf


#29ebdf Border Color

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

This div border color is #29ebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ebdf


Comments

No comments written yet.

Please login to write comment.