Color Hex Logo

#ffda4e Color Hex

#FFDA4E
(255,218,78)
0 Favorites   0 Comments

Color spaces of #ffda4e

RGB 25521878
HSL0.131.000.65
HSV47°69°100°
CMYK 0.000.150.69   0.00
XYZ67.686571.952917.5286
Yxy71.95290.43070.4578
Hunter Lab84.8251-6.009047.1256
CIE-Lab87.9459-1.539670.4179

#ffda4e color RGB value is (255,218,78).

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

The process color (four color CMYK) of #ffda4e color hex is 0.00, 0.15, 0.69, 0.00. Web safe color of #ffda4e is #ffcc66. Color #ffda4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011010 01001110
Octal 377 332 116
Decimal 255 218 78
Hex FF DA 4E

RGB Percentages of Color #ffda4e

%46.28
%39.56
%14.16

CMYK Percentages of Color #ffda4e

%0
%15
%69
%0

Triadic Colors of #ffda4e

#ffda4e #4effda #da4eff

Analogous Colors of #ffda4e

#ffda4e #ccff4e #ff824e

Monochromatic Colors of #ffda4e

#ffda4e

Complementary Color

#ffda4e #4e73ff

#ffda4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffda4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffda4e Color CSS Codes

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

#ffda4e Text Font Color

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

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


#ffda4e Background Color

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

This div background color is #ffda4e


#ffda4e Border Color

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

This div border color is #ffda4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffda4e

Related Colors


Comments

No comments written yet.

Please login to write comment.