Color Hex Logo

#fdd26d Color Hex

#FDD26D
(253,210,109)
0 Favorites   0 Comments

Color spaces of #fdd26d

RGB 253210109
HSL0.120.970.71
HSV42°57°99°
CMYK 0.000.170.57   0.01
XYZ66.314968.080024.1136
Yxy68.08000.41840.4295
Hunter Lab82.5106-0.930740.4300
CIE-Lab86.04643.611354.9388

#fdd26d color RGB value is (253,210,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010010 01101101
Octal 375 322 155
Decimal 253 210 109
Hex FD D2 6D

RGB Percentages of Color #fdd26d

%44.23
%36.71
%19.06

CMYK Percentages of Color #fdd26d

%0
%17
%57
%1

Triadic Colors of #fdd26d

#fdd26d #6dfdd2 #d26dfd

Analogous Colors of #fdd26d

#fdd26d #e0fd6d #fd8a6d

Monochromatic Colors of #fdd26d

#fdd26d

Complementary Color

#fdd26d #6d98fd

#fdd26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd26d Color CSS Codes

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

#fdd26d Text Font Color

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

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


#fdd26d Background Color

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

This div background color is #fdd26d


#fdd26d Border Color

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

This div border color is #fdd26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd26d


Comments

No comments written yet.

Please login to write comment.