Color Hex Logo

#29cfba Color Hex

#29CFBA
(41,207,186)
0 Favorites   0 Comments

Color spaces of #29cfba

RGB 41207186
HSL0.480.670.49
HSV172°80°81°
CMYK 0.800.000.10   0.19
XYZ32.090248.642254.1519
Yxy48.64220.23790.3606
Hunter Lab69.7440-39.92152.7857
CIE-Lab75.2282-45.0630-1.1682

#29cfba color RGB value is (41,207,186).

#29cfba hex color red value is 41, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #29cfba hue: 0.48 , saturation: 0.67 and the lightness value of 29cfba is 0.49.

The process color (four color CMYK) of #29cfba color hex is 0.80, 0.00, 0.10, 0.19. Web safe color of #29cfba is #33cccc. Color #29cfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11001111 10111010
Octal 51 317 272
Decimal 41 207 186
Hex 29 CF BA

RGB Percentages of Color #29cfba

%9.45
%47.70
%42.86

CMYK Percentages of Color #29cfba

%80
%0
%10
%19

Triadic Colors of #29cfba

#29cfba #ba29cf #cfba29

Analogous Colors of #29cfba

#29cfba #2991cf #29cf67

Monochromatic Colors of #29cfba

#29cfba

Complementary Color

#29cfba #cf293e

#29cfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29cfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#29cfba Color CSS Codes

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

#29cfba Text Font Color

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

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


#29cfba Background Color

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

This div background color is #29cfba


#29cfba Border Color

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

This div border color is #29cfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29cfba


Comments

No comments written yet.

Please login to write comment.