Color Hex Logo

#fdca32 Color Hex

#FDCA32
(253,202,50)
0 Favorites   0 Comments

Color spaces of #fdca32

RGB 25320250
HSL0.120.980.59
HSV45°80°99°
CMYK 0.000.200.80   0.01
XYZ62.204363.354011.9676
Yxy63.35400.45230.4607
Hunter Lab79.59520.207546.8021
CIE-Lab83.62834.675375.9699

#fdca32 color RGB value is (253,202,50).

#fdca32 hex color red value is 253, green value is 202 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #fdca32 hue: 0.12 , saturation: 0.98 and the lightness value of fdca32 is 0.59.

The process color (four color CMYK) of #fdca32 color hex is 0.00, 0.20, 0.80, 0.01. Web safe color of #fdca32 is #ffcc33. Color #fdca32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 00110010
Octal 375 312 62
Decimal 253 202 50
Hex FD CA 32

RGB Percentages of Color #fdca32

%50.10
%40.00
%9.90

CMYK Percentages of Color #fdca32

%0
%20
%80
%1

Triadic Colors of #fdca32

#fdca32 #32fdca #ca32fd

Analogous Colors of #fdca32

#fdca32 #cbfd32 #fd6532

Monochromatic Colors of #fdca32

#fdca32

Complementary Color

#fdca32 #3265fd

#fdca32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca32 Color CSS Codes

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

#fdca32 Text Font Color

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

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


#fdca32 Background Color

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

This div background color is #fdca32


#fdca32 Border Color

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

This div border color is #fdca32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,202,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca32

Related Colors


Comments

No comments written yet.

Please login to write comment.