Color Hex Logo

#ffd74a Color Hex

#FFD74A
(255,215,74)
0 Favorites   0 Comments

Color spaces of #ffd74a

RGB 25521574
HSL0.131.000.65
HSV47°71°100°
CMYK 0.000.160.71   0.00
XYZ66.776570.355316.5390
Yxy70.35530.43450.4578
Hunter Lab83.8781-4.680347.0239
CIE-Lab87.1708-0.208771.1688

#ffd74a color RGB value is (255,215,74).

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

The process color (four color CMYK) of #ffd74a color hex is 0.00, 0.16, 0.71, 0.00. Web safe color of #ffd74a is #ffcc33. Color #ffd74a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01001010
Octal 377 327 112
Decimal 255 215 74
Hex FF D7 4A

RGB Percentages of Color #ffd74a

%46.88
%39.52
%13.60

CMYK Percentages of Color #ffd74a

%0
%16
%71
%0

Triadic Colors of #ffd74a

#ffd74a #4affd7 #d74aff

Analogous Colors of #ffd74a

#ffd74a #cdff4a #ff7d4a

Monochromatic Colors of #ffd74a

#ffd74a

Complementary Color

#ffd74a #4a72ff

#ffd74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd74a Color CSS Codes

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

#ffd74a Text Font Color

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

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


#ffd74a Background Color

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

This div background color is #ffd74a


#ffd74a Border Color

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

This div border color is #ffd74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd74a

#ffd74a Color Palettes


Comments

No comments written yet.

Please login to write comment.