Color Hex Logo

#fdc192 Color Hex

#FDC192
(253,193,146)
0 Favorites   0 Comments

Color spaces of #fdc192

RGB 253193146
HSL0.070.960.78
HSV26°42°99°
CMYK 0.000.240.42   0.01
XYZ64.766361.097935.5736
Yxy61.09790.40120.3785
Hunter Lab78.165111.113027.7322
CIE-Lab82.431315.714431.9610

#fdc192 color RGB value is (253,193,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000001 10010010
Octal 375 301 222
Decimal 253 193 146
Hex FD C1 92

RGB Percentages of Color #fdc192

%42.74
%32.60
%24.66

CMYK Percentages of Color #fdc192

%0
%24
%42
%1

Triadic Colors of #fdc192

#fdc192 #92fdc1 #c192fd

Analogous Colors of #fdc192

#fdc192 #fdf792 #fd9299

Monochromatic Colors of #fdc192

#fdc192

Complementary Color

#fdc192 #92cefd

#fdc192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc192 Color CSS Codes

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

#fdc192 Text Font Color

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

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


#fdc192 Background Color

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

This div background color is #fdc192


#fdc192 Border Color

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

This div border color is #fdc192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc192

#fdc192 Color Palettes


Comments

No comments written yet.

Please login to write comment.