Color Hex Logo

#fdd192 Color Hex

#FDD192
(253,209,146)
0 Favorites   0 Comments

Color spaces of #fdd192

RGB 253209146
HSL0.100.960.78
HSV35°42°99°
CMYK 0.000.170.42   0.01
XYZ68.496868.558936.8171
Yxy68.55890.39390.3943
Hunter Lab82.80032.764131.5970
CIE-Lab86.28527.393637.0188

#fdd192 color RGB value is (253,209,146).

#fdd192 hex color red value is 253, green value is 209 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fdd192 hue: 0.10 , saturation: 0.96 and the lightness value of fdd192 is 0.78.

The process color (four color CMYK) of #fdd192 color hex is 0.00, 0.17, 0.42, 0.01. Web safe color of #fdd192 is #ffcc99. Color #fdd192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11010001 10010010
Octal 375 321 222
Decimal 253 209 146
Hex FD D1 92

RGB Percentages of Color #fdd192

%41.61
%34.38
%24.01

CMYK Percentages of Color #fdd192

%0
%17
%42
%1

Triadic Colors of #fdd192

#fdd192 #92fdd1 #d192fd

Analogous Colors of #fdd192

#fdd192 #f4fd92 #fd9c92

Monochromatic Colors of #fdd192

#fdd192

Complementary Color

#fdd192 #92befd

#fdd192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd192 Color CSS Codes

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

#fdd192 Text Font Color

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

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


#fdd192 Background Color

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

This div background color is #fdd192


#fdd192 Border Color

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

This div border color is #fdd192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd192

Related Colors


Comments

No comments written yet.

Please login to write comment.