Color Hex Logo

#29beec Color Hex

#29BEEC
(41,190,236)
0 Favorites   0 Comments

Color spaces of #29beec

RGB 41190236
HSL0.540.840.54
HSV194°83°93°
CMYK 0.830.190.00   0.07
XYZ34.468243.354585.9085
Yxy43.35450.21050.2648
Hunter Lab65.8441-21.7857-31.2663
CIE-Lab71.7949-21.8685-33.4380

#29beec color RGB value is (41,190,236).

#29beec hex color red value is 41, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #29beec hue: 0.54 , saturation: 0.84 and the lightness value of 29beec is 0.54.

The process color (four color CMYK) of #29beec color hex is 0.83, 0.19, 0.00, 0.07. Web safe color of #29beec is #33ccff. Color #29beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111110 11101100
Octal 51 276 354
Decimal 41 190 236
Hex 29 BE EC

RGB Percentages of Color #29beec

%8.78
%40.69
%50.54

CMYK Percentages of Color #29beec

%83
%19
%0
%7

Triadic Colors of #29beec

#29beec #ec29be #beec29

Analogous Colors of #29beec

#29beec #295dec #29ecb9

Monochromatic Colors of #29beec

#29beec

Complementary Color

#29beec #ec5729

#29beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#29beec Color CSS Codes

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

#29beec Text Font Color

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

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


#29beec Background Color

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

This div background color is #29beec


#29beec Border Color

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

This div border color is #29beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29beec


Comments

No comments written yet.

Please login to write comment.