Color Hex Logo

#ffd48a Color Hex

#FFD48A
(255,212,138)
0 Favorites   0 Comments

Color spaces of #ffd48a

RGB 255212138
HSL0.111.000.77
HSV38°46°100°
CMYK 0.000.170.46   0.00
XYZ69.370970.181933.9350
Yxy70.18190.39990.4045
Hunter Lab83.77461.204134.6254
CIE-Lab87.08605.840442.1346

#ffd48a color RGB value is (255,212,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10001010
Octal 377 324 212
Decimal 255 212 138
Hex FF D4 8A

RGB Percentages of Color #ffd48a

%42.15
%35.04
%22.81

CMYK Percentages of Color #ffd48a

%0
%17
%46
%0

Triadic Colors of #ffd48a

#ffd48a #8affd4 #d48aff

Analogous Colors of #ffd48a

#ffd48a #f0ff8a #ff9a8a

Monochromatic Colors of #ffd48a

#ffd48a

Complementary Color

#ffd48a #8ab5ff

#ffd48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd48a Color CSS Codes

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

#ffd48a Text Font Color

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

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


#ffd48a Background Color

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

This div background color is #ffd48a


#ffd48a Border Color

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

This div border color is #ffd48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd48a

Related Colors

#ffd48a Color Palettes


Comments

No comments written yet.

Please login to write comment.