Color Hex Logo

#fdcf06 Color Hex

#FDCF06
(253,207,6)
0 Favorites   0 Comments

Color spaces of #fdcf06

RGB 2532076
HSL0.140.980.51
HSV49°98°99°
CMYK 0.000.180.98   0.01
XYZ62.853765.52149.5065
Yxy65.52140.45590.4752
Hunter Lab80.9453-3.049749.6985
CIE-Lab84.75171.338484.9840

#fdcf06 color RGB value is (253,207,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001111 00000110
Octal 375 317 6
Decimal 253 207 6
Hex FD CF 6

RGB Percentages of Color #fdcf06

%54.29
%44.42
%1.29

CMYK Percentages of Color #fdcf06

%0
%18
%98
%1

Triadic Colors of #fdcf06

#fdcf06 #06fdcf #cf06fd

Analogous Colors of #fdcf06

#fdcf06 #b0fd06 #fd5406

Monochromatic Colors of #fdcf06

#fdcf06

Complementary Color

#fdcf06 #0634fd

#fdcf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcf06 Color CSS Codes

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

#fdcf06 Text Font Color

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

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


#fdcf06 Background Color

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

This div background color is #fdcf06


#fdcf06 Border Color

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

This div border color is #fdcf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcf06

Related Colors


Comments

No comments written yet.

Please login to write comment.