Color Hex Logo

#29bbee Color Hex

#29BBEE
(41,187,238)
0 Favorites   0 Comments

Color spaces of #29bbee

RGB 41187238
HSL0.540.850.55
HSV196°83°93°
CMYK 0.830.210.00   0.07
XYZ34.117442.185187.2333
Yxy42.18510.20860.2580
Hunter Lab64.9501-19.8989-34.1663
CIE-Lab70.9984-19.6487-35.7565

#29bbee color RGB value is (41,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111011 11101110
Octal 51 273 356
Decimal 41 187 238
Hex 29 BB EE

RGB Percentages of Color #29bbee

%8.80
%40.13
%51.07

CMYK Percentages of Color #29bbee

%83
%21
%0
%7

Triadic Colors of #29bbee

#29bbee #ee29bb #bbee29

Analogous Colors of #29bbee

#29bbee #2959ee #29eebf

Monochromatic Colors of #29bbee

#29bbee

Complementary Color

#29bbee #ee5c29

#29bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bbee Color CSS Codes

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

#29bbee Text Font Color

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

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


#29bbee Background Color

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

This div background color is #29bbee


#29bbee Border Color

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

This div border color is #29bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bbee


Comments

No comments written yet.

Please login to write comment.