Color Hex Logo

#fdcf44 Color Hex

#FDCF44
(253,207,68)
0 Favorites   0 Comments

Color spaces of #fdcf44

RGB 25320768
HSL0.130.980.63
HSV45°73°99°
CMYK 0.000.180.73   0.01
XYZ63.864265.925614.8278
Yxy65.92560.44160.4559
Hunter Lab81.1946-1.690046.0086
CIE-Lab84.95852.769371.1694

#fdcf44 color RGB value is (253,207,68).

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

The process color (four color CMYK) of #fdcf44 color hex is 0.00, 0.18, 0.73, 0.01. Web safe color of #fdcf44 is #ffcc33. Color #fdcf44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 01000100
Octal 375 317 104
Decimal 253 207 68
Hex FD CF 44

RGB Percentages of Color #fdcf44

%47.92
%39.20
%12.88

CMYK Percentages of Color #fdcf44

%0
%18
%73
%1

Triadic Colors of #fdcf44

#fdcf44 #44fdcf #cf44fd

Analogous Colors of #fdcf44

#fdcf44 #cffd44 #fd7344

Monochromatic Colors of #fdcf44

#fdcf44

Complementary Color

#fdcf44 #4472fd

#fdcf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf44 Color CSS Codes

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

#fdcf44 Text Font Color

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

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


#fdcf44 Background Color

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

This div background color is #fdcf44


#fdcf44 Border Color

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

This div border color is #fdcf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf44

Related Colors


Comments

No comments written yet.

Please login to write comment.