Color Hex Logo

#fdcf0a Color Hex

#FDCF0A
(253,207,10)
0 Favorites   0 Comments

Color spaces of #fdcf0a

RGB 25320710
HSL0.140.980.52
HSV49°96°99°
CMYK 0.000.180.96   0.01
XYZ62.875665.53029.6219
Yxy65.53020.45550.4748
Hunter Lab80.9507-3.020249.6182
CIE-Lab84.75621.369684.6342

#fdcf0a color RGB value is (253,207,10).

#fdcf0a hex color red value is 253, green value is 207 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fdcf0a hue: 0.14 , saturation: 0.98 and the lightness value of fdcf0a is 0.52.

The process color (four color CMYK) of #fdcf0a color hex is 0.00, 0.18, 0.96, 0.01. Web safe color of #fdcf0a is #ffcc00. Color #fdcf0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00001010
Octal 375 317 12
Decimal 253 207 10
Hex FD CF A

RGB Percentages of Color #fdcf0a

%53.83
%44.04
%2.13

CMYK Percentages of Color #fdcf0a

%0
%18
%96
%1

Triadic Colors of #fdcf0a

#fdcf0a #0afdcf #cf0afd

Analogous Colors of #fdcf0a

#fdcf0a #b2fd0a #fd560a

Monochromatic Colors of #fdcf0a

#fdcf0a

Complementary Color

#fdcf0a #0a38fd

#fdcf0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf0a Color CSS Codes

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

#fdcf0a Text Font Color

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

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


#fdcf0a Background Color

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

This div background color is #fdcf0a


#fdcf0a Border Color

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

This div border color is #fdcf0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf0a


Comments

No comments written yet.

Please login to write comment.