Color Hex Logo

#ffd44d Color Hex

#FFD44D
(255,212,77)
0 Favorites   0 Comments

Color spaces of #ffd44d

RGB 25521277
HSL0.131.000.65
HSV46°70°100°
CMYK 0.000.170.70   0.00
XYZ66.123068.882816.8318
Yxy68.88280.43550.4537
Hunter Lab82.9957-3.030746.0728
CIE-Lab86.44601.460969.2930

#ffd44d color RGB value is (255,212,77).

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

The process color (four color CMYK) of #ffd44d color hex is 0.00, 0.17, 0.70, 0.00. Web safe color of #ffd44d is #ffcc66. Color #ffd44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01001101
Octal 377 324 115
Decimal 255 212 77
Hex FF D4 4D

RGB Percentages of Color #ffd44d

%46.88
%38.97
%14.15

CMYK Percentages of Color #ffd44d

%0
%17
%70
%0

Triadic Colors of #ffd44d

#ffd44d #4dffd4 #d44dff

Analogous Colors of #ffd44d

#ffd44d #d1ff4d #ff7b4d

Monochromatic Colors of #ffd44d

#ffd44d

Complementary Color

#ffd44d #4d78ff

#ffd44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd44d Color CSS Codes

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

#ffd44d Text Font Color

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

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


#ffd44d Background Color

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

This div background color is #ffd44d


#ffd44d Border Color

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

This div border color is #ffd44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd44d

#ffd44d Color Palettes


Comments

No comments written yet.

Please login to write comment.