Color Hex Logo

#29beef Color Hex

#29BEEF
(41,190,239)
0 Favorites   0 Comments

Color spaces of #29beef

RGB 41190239
HSL0.540.860.55
HSV195°83°94°
CMYK 0.830.210.00   0.06
XYZ34.907943.530388.2237
Yxy43.53030.20950.2612
Hunter Lab65.9775-21.0184-33.0971
CIE-Lab71.9134-20.8695-34.8791

#29beef color RGB value is (41,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111110 11101111
Octal 51 276 357
Decimal 41 190 239
Hex 29 BE EF

RGB Percentages of Color #29beef

%8.72
%40.43
%50.85

CMYK Percentages of Color #29beef

%83
%21
%0
%6

Triadic Colors of #29beef

#29beef #ef29be #beef29

Analogous Colors of #29beef

#29beef #295bef #29efbd

Monochromatic Colors of #29beef

#29beef

Complementary Color

#29beef #ef5a29

#29beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#29beef Color CSS Codes

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

#29beef Text Font Color

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

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


#29beef Background Color

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

This div background color is #29beef


#29beef Border Color

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

This div border color is #29beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29beef


Comments

No comments written yet.

Please login to write comment.