Color Hex Logo

#ffd193 Color Hex

#FFD193
(255,209,147)
0 Favorites   0 Comments

Color spaces of #ffd193

RGB 255209147
HSL0.101.000.79
HSV34°42°100°
CMYK 0.000.180.42   0.00
XYZ69.306968.967537.2630
Yxy68.96750.39480.3929
Hunter Lab83.04673.636131.5293
CIE-Lab86.48808.279836.8082

#ffd193 color RGB value is (255,209,147).

#ffd193 hex color red value is 255, green value is 209 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ffd193 hue: 0.10 , saturation: 1.00 and the lightness value of ffd193 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 10010011
Octal 377 321 223
Decimal 255 209 147
Hex FF D1 93

RGB Percentages of Color #ffd193

%41.73
%34.21
%24.06

CMYK Percentages of Color #ffd193

%0
%18
%42
%0

Triadic Colors of #ffd193

#ffd193 #93ffd1 #d193ff

Analogous Colors of #ffd193

#ffd193 #f7ff93 #ff9b93

Monochromatic Colors of #ffd193

#ffd193

Complementary Color

#ffd193 #93c1ff

#ffd193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd193 Color CSS Codes

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

#ffd193 Text Font Color

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

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


#ffd193 Background Color

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

This div background color is #ffd193


#ffd193 Border Color

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

This div border color is #ffd193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd193


Comments

No comments written yet.

Please login to write comment.