Color Hex Logo

#ffce29 Color Hex

#FFCE29
(255,206,41)
0 Favorites   0 Comments

Color spaces of #ffce29

RGB 25520641
HSL0.131.000.58
HSV46°84°100°
CMYK 0.000.190.84   0.00
XYZ63.711565.562711.3947
Yxy65.56270.45290.4661
Hunter Lab80.9708-1.247048.3359
CIE-Lab84.77293.219979.4971

#ffce29 color RGB value is (255,206,41).

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

The process color (four color CMYK) of #ffce29 color hex is 0.00, 0.19, 0.84, 0.00. Web safe color of #ffce29 is #ffcc33. Color #ffce29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001110 00101001
Octal 377 316 51
Decimal 255 206 41
Hex FF CE 29

RGB Percentages of Color #ffce29

%50.80
%41.04
%8.17

CMYK Percentages of Color #ffce29

%0
%19
%84
%0

Triadic Colors of #ffce29

#ffce29 #29ffce #ce29ff

Analogous Colors of #ffce29

#ffce29 #c5ff29 #ff6329

Monochromatic Colors of #ffce29

#ffce29

Complementary Color

#ffce29 #295aff

#ffce29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffce29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffce29 Color CSS Codes

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

#ffce29 Text Font Color

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

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


#ffce29 Background Color

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

This div background color is #ffce29


#ffce29 Border Color

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

This div border color is #ffce29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffce29

Related Colors

#ffce29 Color Palettes


Comments

No comments written yet.

Please login to write comment.