Color Hex Logo

#ffc29e Color Hex

#FFC29E
(255,194,158)
0 Favorites   0 Comments

Color spaces of #ffc29e

RGB 255194158
HSL0.061.000.81
HSV22°38°100°
CMYK 0.000.240.38   0.00
XYZ66.703362.312240.8596
Yxy62.31220.39270.3668
Hunter Lab78.938112.692324.5672
CIE-Lab83.079217.265326.5677

#ffc29e color RGB value is (255,194,158).

#ffc29e hex color red value is 255, green value is 194 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ffc29e hue: 0.06 , saturation: 1.00 and the lightness value of ffc29e is 0.81.

The process color (four color CMYK) of #ffc29e color hex is 0.00, 0.24, 0.38, 0.00. Web safe color of #ffc29e is #ffcc99. Color #ffc29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 10011110
Octal 377 302 236
Decimal 255 194 158
Hex FF C2 9E

RGB Percentages of Color #ffc29e

%42.01
%31.96
%26.03

CMYK Percentages of Color #ffc29e

%0
%24
%38
%0

Triadic Colors of #ffc29e

#ffc29e #9effc2 #c29eff

Analogous Colors of #ffc29e

#ffc29e #fff39e #ff9eab

Monochromatic Colors of #ffc29e

#ffc29e

Complementary Color

#ffc29e #9edbff

#ffc29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc29e Color CSS Codes

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

#ffc29e Text Font Color

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

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


#ffc29e Background Color

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

This div background color is #ffc29e


#ffc29e Border Color

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

This div border color is #ffc29e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,194,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc29e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc29e;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc29e;
  box-shadow:         1px 1px 3px 2px #ffc29e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc29e


Comments

No comments written yet.

Please login to write comment.