Color Hex Logo

#ffd774 Color Hex

#FFD774
(255,215,116)
0 Favorites   0 Comments

Color spaces of #ffd774

RGB 255215116
HSL0.121.000.73
HSV43°55°100°
CMYK 0.000.160.55   0.00
XYZ68.692871.121826.6304
Yxy71.12180.41270.4273
Hunter Lab84.3337-2.189540.3114
CIE-Lab87.54422.394053.4498

#ffd774 color RGB value is (255,215,116).

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

The process color (four color CMYK) of #ffd774 color hex is 0.00, 0.16, 0.55, 0.00. Web safe color of #ffd774 is #ffcc66. Color #ffd774 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01110100
Octal 377 327 164
Decimal 255 215 116
Hex FF D7 74

RGB Percentages of Color #ffd774

%43.52
%36.69
%19.80

CMYK Percentages of Color #ffd774

%0
%16
%55
%0

Triadic Colors of #ffd774

#ffd774 #74ffd7 #d774ff

Analogous Colors of #ffd774

#ffd774 #e2ff74 #ff9274

Monochromatic Colors of #ffd774

#ffd774

Complementary Color

#ffd774 #749cff

#ffd774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd774 Color CSS Codes

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

#ffd774 Text Font Color

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

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


#ffd774 Background Color

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

This div background color is #ffd774


#ffd774 Border Color

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

This div border color is #ffd774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd774

Related Colors


Comments

No comments written yet.

Please login to write comment.