Color Hex Logo

#ffd693 Color Hex

#FFD693
(255,214,147)
0 Favorites   0 Comments

Color spaces of #ffd693

RGB 255214147
HSL0.101.000.79
HSV37°42°100°
CMYK 0.000.160.42   0.00
XYZ70.553071.459737.6783
Yxy71.45970.39260.3977
Hunter Lab84.53381.044132.7470
CIE-Lab87.70795.702638.3938

#ffd693 color RGB value is (255,214,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10010011
Octal 377 326 223
Decimal 255 214 147
Hex FF D6 93

RGB Percentages of Color #ffd693

%41.40
%34.74
%23.86

CMYK Percentages of Color #ffd693

%0
%16
%42
%0

Triadic Colors of #ffd693

#ffd693 #93ffd6 #d693ff

Analogous Colors of #ffd693

#ffd693 #f2ff93 #ffa093

Monochromatic Colors of #ffd693

#ffd693

Complementary Color

#ffd693 #93bcff

#ffd693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd693 Color CSS Codes

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

#ffd693 Text Font Color

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

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


#ffd693 Background Color

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

This div background color is #ffd693


#ffd693 Border Color

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

This div border color is #ffd693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd693


Comments

No comments written yet.

Please login to write comment.