Color Hex Logo

#fdde7b Color Hex

#FDDE7B
(253,222,123)
0 Favorites   0 Comments

Color spaces of #fdde7b

RGB 253222123
HSL0.130.970.74
HSV46°51°99°
CMYK 0.000.120.51   0.01
XYZ70.204474.555329.4293
Yxy74.55530.40300.4280
Hunter Lab86.3454-5.972440.2338
CIE-Lab89.1843-1.408052.0409

#fdde7b color RGB value is (253,222,123).

#fdde7b hex color red value is 253, green value is 222 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fdde7b hue: 0.13 , saturation: 0.97 and the lightness value of fdde7b is 0.74.

The process color (four color CMYK) of #fdde7b color hex is 0.00, 0.12, 0.51, 0.01. Web safe color of #fdde7b is #ffcc66. Color #fdde7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011110 01111011
Octal 375 336 173
Decimal 253 222 123
Hex FD DE 7B

RGB Percentages of Color #fdde7b

%42.31
%37.12
%20.57

CMYK Percentages of Color #fdde7b

%0
%12
%51
%1

Triadic Colors of #fdde7b

#fdde7b #7bfdde #de7bfd

Analogous Colors of #fdde7b

#fdde7b #dbfd7b #fd9d7b

Monochromatic Colors of #fdde7b

#fdde7b

Complementary Color

#fdde7b #7b9afd

#fdde7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdde7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdde7b Color CSS Codes

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

#fdde7b Text Font Color

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

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


#fdde7b Background Color

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

This div background color is #fdde7b


#fdde7b Border Color

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

This div border color is #fdde7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdde7b


Comments

No comments written yet.

Please login to write comment.