Color Hex Logo

#fdc14b Color Hex

#FDC14B
(253,193,75)
0 Favorites   0 Comments

Color spaces of #fdc14b

RGB 25319375
HSL0.110.980.64
HSV40°70°99°
CMYK 0.000.240.70   0.01
XYZ60.848059.530614.9401
Yxy59.53060.44970.4399
Hunter Lab77.15615.748342.5286
CIE-Lab81.582410.315565.0895

#fdc14b color RGB value is (253,193,75).

#fdc14b hex color red value is 253, green value is 193 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fdc14b hue: 0.11 , saturation: 0.98 and the lightness value of fdc14b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 01001011
Octal 375 301 113
Decimal 253 193 75
Hex FD C1 4B

RGB Percentages of Color #fdc14b

%48.56
%37.04
%14.40

CMYK Percentages of Color #fdc14b

%0
%24
%70
%1

Triadic Colors of #fdc14b

#fdc14b #4bfdc1 #c14bfd

Analogous Colors of #fdc14b

#fdc14b #e0fd4b #fd684b

Monochromatic Colors of #fdc14b

#fdc14b

Complementary Color

#fdc14b #4b87fd

#fdc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc14b Color CSS Codes

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

#fdc14b Text Font Color

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

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


#fdc14b Background Color

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

This div background color is #fdc14b


#fdc14b Border Color

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

This div border color is #fdc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc14b

Related Colors


Comments

No comments written yet.

Please login to write comment.