Color Hex Logo

#29e2ff Color Hex

#29E2FF
(41,226,255)
0 Favorites   0 Comments

Color spaces of #29e2ff

RGB 41226255
HSL0.521.000.58
HSV188°84°100°
CMYK 0.840.110.00   0.00
XYZ46.160862.0841104.1582
Yxy62.08410.21730.2923
Hunter Lab78.7935-33.3151-23.2209
CIE-Lab82.9581-33.5233-26.4468

#29e2ff color RGB value is (41,226,255).

#29e2ff hex color red value is 41, green value is 226 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #29e2ff hue: 0.52 , saturation: 1.00 and the lightness value of 29e2ff is 0.58.

The process color (four color CMYK) of #29e2ff color hex is 0.84, 0.11, 0.00, 0.00. Web safe color of #29e2ff is #33ccff. Color #29e2ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11100010 11111111
Octal 51 342 377
Decimal 41 226 255
Hex 29 E2 FF

RGB Percentages of Color #29e2ff

%7.85
%43.30
%48.85

CMYK Percentages of Color #29e2ff

%84
%11
%0
%0

Triadic Colors of #29e2ff

#29e2ff #ff29e2 #e2ff29

Analogous Colors of #29e2ff

#29e2ff #2977ff #29ffb1

Monochromatic Colors of #29e2ff

#29e2ff

Complementary Color

#29e2ff #ff4629

#29e2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29e2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#29e2ff Color CSS Codes

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

#29e2ff Text Font Color

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

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


#29e2ff Background Color

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

This div background color is #29e2ff


#29e2ff Border Color

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

This div border color is #29e2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29e2ff


Comments

No comments written yet.

Please login to write comment.