Color Hex Logo

#fdc969 Color Hex

#FDC969
(253,201,105)
0 Favorites   0 Comments

Color spaces of #fdc969

RGB 253201105
HSL0.110.970.70
HSV39°58°99°
CMYK 0.000.210.58   0.01
XYZ63.944563.675922.2850
Yxy63.67590.42660.4248
Hunter Lab79.79723.393739.3001
CIE-Lab83.79677.960154.1994

#fdc969 color RGB value is (253,201,105).

#fdc969 hex color red value is 253, green value is 201 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fdc969 hue: 0.11 , saturation: 0.97 and the lightness value of fdc969 is 0.70.

The process color (four color CMYK) of #fdc969 color hex is 0.00, 0.21, 0.58, 0.01. Web safe color of #fdc969 is #ffcc66. Color #fdc969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001001 01101001
Octal 375 311 151
Decimal 253 201 105
Hex FD C9 69

RGB Percentages of Color #fdc969

%45.26
%35.96
%18.78

CMYK Percentages of Color #fdc969

%0
%21
%58
%1

Triadic Colors of #fdc969

#fdc969 #69fdc9 #c969fd

Analogous Colors of #fdc969

#fdc969 #e7fd69 #fd7f69

Monochromatic Colors of #fdc969

#fdc969

Complementary Color

#fdc969 #699dfd

#fdc969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc969 Color CSS Codes

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

#fdc969 Text Font Color

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

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


#fdc969 Background Color

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

This div background color is #fdc969


#fdc969 Border Color

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

This div border color is #fdc969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc969


Comments

No comments written yet.

Please login to write comment.