Color Hex Logo

#fdd268 Color Hex

#FDD268
(253,210,104)
0 Favorites   0 Comments

Color spaces of #fdd268

RGB 253210104
HSL0.120.970.70
HSV43°59°99°
CMYK 0.000.170.59   0.01
XYZ66.053367.975322.7359
Yxy67.97530.42140.4336
Hunter Lab82.4471-1.275541.3630
CIE-Lab85.99413.253057.1984

#fdd268 color RGB value is (253,210,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01101000
Octal 375 322 150
Decimal 253 210 104
Hex FD D2 68

RGB Percentages of Color #fdd268

%44.62
%37.04
%18.34

CMYK Percentages of Color #fdd268

%0
%17
%59
%1

Triadic Colors of #fdd268

#fdd268 #68fdd2 #d268fd

Analogous Colors of #fdd268

#fdd268 #defd68 #fd8868

Monochromatic Colors of #fdd268

#fdd268

Complementary Color

#fdd268 #6893fd

#fdd268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd268 Color CSS Codes

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

#fdd268 Text Font Color

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

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


#fdd268 Background Color

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

This div background color is #fdd268


#fdd268 Border Color

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

This div border color is #fdd268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd268


Comments

No comments written yet.

Please login to write comment.