Color Hex Logo

#ffd14e Color Hex

#FFD14E
(255,209,78)
0 Favorites   0 Comments

Color spaces of #ffd14e

RGB 25520978
HSL0.121.000.65
HSV44°69°100°
CMYK 0.000.180.69   0.00
XYZ65.415667.411016.7716
Yxy67.41100.43730.4506
Hunter Lab82.1042-1.464545.3616
CIE-Lab85.71113.043068.1540

#ffd14e color RGB value is (255,209,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 01001110
Octal 377 321 116
Decimal 255 209 78
Hex FF D1 4E

RGB Percentages of Color #ffd14e

%47.05
%38.56
%14.39

CMYK Percentages of Color #ffd14e

%0
%18
%69
%0

Triadic Colors of #ffd14e

#ffd14e #4effd1 #d14eff

Analogous Colors of #ffd14e

#ffd14e #d5ff4e #ff794e

Monochromatic Colors of #ffd14e

#ffd14e

Complementary Color

#ffd14e #4e7cff

#ffd14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd14e Color CSS Codes

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

#ffd14e Text Font Color

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

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


#ffd14e Background Color

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

This div background color is #ffd14e


#ffd14e Border Color

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

This div border color is #ffd14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd14e


Comments

No comments written yet.

Please login to write comment.