Color Hex Logo

#ffd969 Color Hex

#FFD969
(255,217,105)
0 Favorites   0 Comments

Color spaces of #ffd969

RGB 255217105
HSL0.121.000.71
HSV45°59°100°
CMYK 0.000.150.59   0.00
XYZ68.602771.905623.6280
Yxy71.90560.41800.4381
Hunter Lab84.7972-3.984842.8374
CIE-Lab87.92310.564258.9923

#ffd969 color RGB value is (255,217,105).

#ffd969 hex color red value is 255, green value is 217 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ffd969 hue: 0.12 , saturation: 1.00 and the lightness value of ffd969 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 01101001
Octal 377 331 151
Decimal 255 217 105
Hex FF D9 69

RGB Percentages of Color #ffd969

%44.19
%37.61
%18.20

CMYK Percentages of Color #ffd969

%0
%15
%59
%0

Triadic Colors of #ffd969

#ffd969 #69ffd9 #d969ff

Analogous Colors of #ffd969

#ffd969 #daff69 #ff8e69

Monochromatic Colors of #ffd969

#ffd969

Complementary Color

#ffd969 #698fff

#ffd969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd969 Color CSS Codes

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

#ffd969 Text Font Color

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

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


#ffd969 Background Color

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

This div background color is #ffd969


#ffd969 Border Color

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

This div border color is #ffd969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd969

#ffd969 Color Palettes


Comments

No comments written yet.

Please login to write comment.