Color Hex Logo

#ffca29 Color Hex

#FFCA29
(255,202,41)
0 Favorites   0 Comments

Color spaces of #ffca29

RGB 25520241
HSL0.131.000.58
HSV45°84°100°
CMYK 0.000.210.84   0.00
XYZ62.760863.661211.0778
Yxy63.66120.45640.4630
Hunter Lab79.78800.778247.6197
CIE-Lab83.78915.273078.6829

#ffca29 color RGB value is (255,202,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 00101001
Octal 377 312 51
Decimal 255 202 41
Hex FF CA 29

RGB Percentages of Color #ffca29

%51.20
%40.56
%8.23

CMYK Percentages of Color #ffca29

%0
%21
%84
%0

Triadic Colors of #ffca29

#ffca29 #29ffca #ca29ff

Analogous Colors of #ffca29

#ffca29 #c9ff29 #ff5f29

Monochromatic Colors of #ffca29

#ffca29

Complementary Color

#ffca29 #295eff

#ffca29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffca29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffca29 Color CSS Codes

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

#ffca29 Text Font Color

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

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


#ffca29 Background Color

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

This div background color is #ffca29


#ffca29 Border Color

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

This div border color is #ffca29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,202,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 #ffca29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffca29


Comments

No comments written yet.

Please login to write comment.