Color Hex Logo

#fdd669 Color Hex

#FDD669
(253,214,105)
0 Favorites   0 Comments

Color spaces of #fdd669

RGB 253214105
HSL0.120.970.70
HSV44°58°99°
CMYK 0.000.150.58   0.01
XYZ67.104469.995723.3383
Yxy69.99570.41830.4363
Hunter Lab83.6634-3.240542.0252
CIE-Lab86.99481.276657.8848

#fdd669 color RGB value is (253,214,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010110 01101001
Octal 375 326 151
Decimal 253 214 105
Hex FD D6 69

RGB Percentages of Color #fdd669

%44.23
%37.41
%18.36

CMYK Percentages of Color #fdd669

%0
%15
%58
%1

Triadic Colors of #fdd669

#fdd669 #69fdd6 #d669fd

Analogous Colors of #fdd669

#fdd669 #dafd69 #fd8c69

Monochromatic Colors of #fdd669

#fdd669

Complementary Color

#fdd669 #6990fd

#fdd669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd669 Color CSS Codes

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

#fdd669 Text Font Color

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

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


#fdd669 Background Color

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

This div background color is #fdd669


#fdd669 Border Color

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

This div border color is #fdd669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd669


Comments

No comments written yet.

Please login to write comment.