Color Hex Logo

#fdf969 Color Hex

#FDF969
(253,249,105)
0 Favorites   0 Comments

Color spaces of #fdf969

RGB 253249105
HSL0.160.970.70
HSV58°58°99°
CMYK 0.000.020.58   0.01
XYZ76.933589.653926.6147
Yxy89.65390.39820.4640
Hunter Lab94.6857-20.666349.6145
CIE-Lab95.8530-16.150467.8000

#fdf969 color RGB value is (253,249,105).

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

The process color (four color CMYK) of #fdf969 color hex is 0.00, 0.02, 0.58, 0.01. Web safe color of #fdf969 is #ffff66. Color #fdf969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111001 01101001
Octal 375 371 151
Decimal 253 249 105
Hex FD F9 69

RGB Percentages of Color #fdf969

%41.68
%41.02
%17.30

CMYK Percentages of Color #fdf969

%0
%2
%58
%1

Triadic Colors of #fdf969

#fdf969 #69fdf9 #f969fd

Analogous Colors of #fdf969

#fdf969 #b7fd69 #fdaf69

Monochromatic Colors of #fdf969

#fdf969

Complementary Color

#fdf969 #696dfd

#fdf969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf969 Color CSS Codes

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

#fdf969 Text Font Color

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

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


#fdf969 Background Color

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

This div background color is #fdf969


#fdf969 Border Color

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

This div border color is #fdf969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf969

Related Colors


Comments

No comments written yet.

Please login to write comment.