Color Hex Logo

#29bcee Color Hex

#29BCEE
(41,188,238)
0 Favorites   0 Comments

Color spaces of #29bcee

RGB 41188238
HSL0.540.850.55
HSV195°83°93°
CMYK 0.830.210.00   0.07
XYZ34.330342.610987.3042
Yxy42.61090.20900.2594
Hunter Lab65.2770-20.3586-33.6030
CIE-Lab71.2901-20.1686-35.3038

#29bcee color RGB value is (41,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 11101110
Octal 51 274 356
Decimal 41 188 238
Hex 29 BC EE

RGB Percentages of Color #29bcee

%8.78
%40.26
%50.96

CMYK Percentages of Color #29bcee

%83
%21
%0
%7

Triadic Colors of #29bcee

#29bcee #ee29bc #bcee29

Analogous Colors of #29bcee

#29bcee #295aee #29eebe

Monochromatic Colors of #29bcee

#29bcee

Complementary Color

#29bcee #ee5b29

#29bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bcee Color CSS Codes

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

#29bcee Text Font Color

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

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


#29bcee Background Color

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

This div background color is #29bcee


#29bcee Border Color

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

This div border color is #29bcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bcee


Comments

No comments written yet.

Please login to write comment.