Color Hex Logo

#fdc700 Color Hex

#FDC700
(253,199,0)
1 Favorites   0 Comments

Color spaces of #fdc700

RGB 2531990
HSL0.131.000.50
HSV47°100°99°
CMYK 0.000.211.00   0.01
XYZ60.931461.72958.7036
Yxy61.72950.46380.4699
Hunter Lab78.56810.936748.4297
CIE-Lab82.76945.396084.1378

#fdc700 color RGB value is (253,199,0).

#fdc700 hex color red value is 253, green value is 199 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fdc700 hue: 0.13 , saturation: 1.00 and the lightness value of fdc700 is 0.50.

The process color (four color CMYK) of #fdc700 color hex is 0.00, 0.21, 1.00, 0.01. Web safe color of #fdc700 is #ffcc00. Color #fdc700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 00000000
Octal 375 307 0
Decimal 253 199 0
Hex FD C7 0

RGB Percentages of Color #fdc700

%55.97
%44.03
%0.00

CMYK Percentages of Color #fdc700

%0
%21
%100
%1

Triadic Colors of #fdc700

#fdc700 #00fdc7 #c700fd

Analogous Colors of #fdc700

#fdc700 #b5fd00 #fd4800

Monochromatic Colors of #fdc700

#fdc700

Complementary Color

#fdc700 #0036fd

#fdc700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc700 Color CSS Codes

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

#fdc700 Text Font Color

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

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


#fdc700 Background Color

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

This div background color is #fdc700


#fdc700 Border Color

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

This div border color is #fdc700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc700


Comments

No comments written yet.

Please login to write comment.