Color Hex Logo

#fdca2b Color Hex

#FDCA2B
(253,202,43)
0 Favorites   0 Comments

Color spaces of #fdca2b

RGB 25320243
HSL0.130.980.58
HSV45°83°99°
CMYK 0.000.200.83   0.01
XYZ62.064663.298111.2321
Yxy63.29810.45440.4634
Hunter Lab79.56010.017147.3217
CIE-Lab83.59904.476477.9236

#fdca2b color RGB value is (253,202,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001010 00101011
Octal 375 312 53
Decimal 253 202 43
Hex FD CA 2B

RGB Percentages of Color #fdca2b

%50.80
%40.56
%8.63

CMYK Percentages of Color #fdca2b

%0
%20
%83
%1

Triadic Colors of #fdca2b

#fdca2b #2bfdca #ca2bfd

Analogous Colors of #fdca2b

#fdca2b #c7fd2b #fd612b

Monochromatic Colors of #fdca2b

#fdca2b

Complementary Color

#fdca2b #2b5efd

#fdca2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdca2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdca2b Color CSS Codes

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

#fdca2b Text Font Color

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

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


#fdca2b Background Color

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

This div background color is #fdca2b


#fdca2b Border Color

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

This div border color is #fdca2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdca2b


Comments

No comments written yet.

Please login to write comment.