Color Hex Logo

#29ecfe Color Hex

#29ECFE
(41,236,254)
0 Favorites   0 Comments

Color spaces of #29ecfe

RGB 41236254
HSL0.510.990.58
HSV185°84°100°
CMYK 0.840.070.00   0.00
XYZ48.799367.6181104.2455
Yxy67.61810.22110.3064
Hunter Lab82.2302-37.9726-17.6024
CIE-Lab85.8151-38.4881-21.5759

#29ecfe color RGB value is (41,236,254).

#29ecfe hex color red value is 41, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #29ecfe hue: 0.51 , saturation: 0.99 and the lightness value of 29ecfe is 0.58.

The process color (four color CMYK) of #29ecfe color hex is 0.84, 0.07, 0.00, 0.00. Web safe color of #29ecfe is #33ffff. Color #29ecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11101100 11111110
Octal 51 354 376
Decimal 41 236 254
Hex 29 EC FE

RGB Percentages of Color #29ecfe

%7.72
%44.44
%47.83

CMYK Percentages of Color #29ecfe

%84
%7
%0
%0

Triadic Colors of #29ecfe

#29ecfe #fe29ec #ecfe29

Analogous Colors of #29ecfe

#29ecfe #2982fe #29fea6

Monochromatic Colors of #29ecfe

#29ecfe

Complementary Color

#29ecfe #fe3b29

#29ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#29ecfe Color CSS Codes

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

#29ecfe Text Font Color

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

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


#29ecfe Background Color

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

This div background color is #29ecfe


#29ecfe Border Color

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

This div border color is #29ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29ecfe


Comments

No comments written yet.

Please login to write comment.