Color Hex Logo

#ffd98a Color Hex

#FFD98A
(255,217,138)
0 Favorites   0 Comments

Color spaces of #ffd98a

RGB 255217138
HSL0.111.000.77
HSV41°46°100°
CMYK 0.000.150.46   0.00
XYZ70.640372.720734.3581
Yxy72.72070.39750.4092
Hunter Lab85.2764-1.370035.8054
CIE-Lab88.31433.275243.6912

#ffd98a color RGB value is (255,217,138).

#ffd98a hex color red value is 255, green value is 217 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ffd98a hue: 0.11 , saturation: 1.00 and the lightness value of ffd98a is 0.77.

The process color (four color CMYK) of #ffd98a color hex is 0.00, 0.15, 0.46, 0.00. Web safe color of #ffd98a is #ffcc99. Color #ffd98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 10001010
Octal 377 331 212
Decimal 255 217 138
Hex FF D9 8A

RGB Percentages of Color #ffd98a

%41.80
%35.57
%22.62

CMYK Percentages of Color #ffd98a

%0
%15
%46
%0

Triadic Colors of #ffd98a

#ffd98a #8affd9 #d98aff

Analogous Colors of #ffd98a

#ffd98a #ebff8a #ff9f8a

Monochromatic Colors of #ffd98a

#ffd98a

Complementary Color

#ffd98a #8ab0ff

#ffd98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd98a Color CSS Codes

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

#ffd98a Text Font Color

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

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


#ffd98a Background Color

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

This div background color is #ffd98a


#ffd98a Border Color

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

This div border color is #ffd98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd98a

#ffd98a Color Palettes


Comments

No comments written yet.

Please login to write comment.