Color Hex Logo

#fdc606 Color Hex

#FDC606
(253,198,6)
0 Favorites   0 Comments

Color spaces of #fdc606

RGB 2531986
HSL0.130.980.51
HSV47°98°99°
CMYK 0.000.220.98   0.01
XYZ60.735061.28408.8002
Yxy61.28400.46430.4685
Hunter Lab78.28411.488148.1339
CIE-Lab82.53125.959083.4096

#fdc606 color RGB value is (253,198,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 00000110
Octal 375 306 6
Decimal 253 198 6
Hex FD C6 6

RGB Percentages of Color #fdc606

%55.36
%43.33
%1.31

CMYK Percentages of Color #fdc606

%0
%22
%98
%1

Triadic Colors of #fdc606

#fdc606 #06fdc6 #c606fd

Analogous Colors of #fdc606

#fdc606 #b9fd06 #fd4b06

Monochromatic Colors of #fdc606

#fdc606

Complementary Color

#fdc606 #063dfd

#fdc606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc606 Color CSS Codes

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

#fdc606 Text Font Color

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

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


#fdc606 Background Color

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

This div background color is #fdc606


#fdc606 Border Color

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

This div border color is #fdc606


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,198,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 #fdc606">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc606


Comments

No comments written yet.

Please login to write comment.