Color Hex Logo

#ffc32d Color Hex

#FFC32D
(255,195,45)
0 Favorites   0 Comments

Color spaces of #ffc32d

RGB 25519545
HSL0.121.000.59
HSV43°82°100°
CMYK 0.000.240.82   0.00
XYZ61.228860.479710.9293
Yxy60.47970.46160.4560
Hunter Lab77.76874.441346.1057
CIE-Lab82.09828.989176.1867

#ffc32d color RGB value is (255,195,45).

#ffc32d hex color red value is 255, green value is 195 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ffc32d hue: 0.12 , saturation: 1.00 and the lightness value of ffc32d is 0.59.

The process color (four color CMYK) of #ffc32d color hex is 0.00, 0.24, 0.82, 0.00. Web safe color of #ffc32d is #ffcc33. Color #ffc32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00101101
Octal 377 303 55
Decimal 255 195 45
Hex FF C3 2D

RGB Percentages of Color #ffc32d

%51.52
%39.39
%9.09

CMYK Percentages of Color #ffc32d

%0
%24
%82
%0

Triadic Colors of #ffc32d

#ffc32d #2dffc3 #c32dff

Analogous Colors of #ffc32d

#ffc32d #d2ff2d #ff5a2d

Monochromatic Colors of #ffc32d

#ffc32d

Complementary Color

#ffc32d #2d69ff

#ffc32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc32d Color CSS Codes

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

#ffc32d Text Font Color

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

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


#ffc32d Background Color

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

This div background color is #ffc32d


#ffc32d Border Color

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

This div border color is #ffc32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc32d

Related Colors

#ffc32d Color Palettes


Comments

No comments written yet.

Please login to write comment.