Color Hex Logo

#ffd77d Color Hex

#FFD77D
(255,215,125)
3 Favorites   0 Comments

Color spaces of #ffd77d

RGB 255215125
HSL0.121.000.75
HSV42°51°100°
CMYK 0.000.160.51   0.00
XYZ69.242171.341529.5229
Yxy71.34150.40710.4194
Hunter Lab84.4639-1.480538.4009
CIE-Lab87.65073.127849.2597

#ffd77d color RGB value is (255,215,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01111101
Octal 377 327 175
Decimal 255 215 125
Hex FF D7 7D

RGB Percentages of Color #ffd77d

%42.86
%36.13
%21.01

CMYK Percentages of Color #ffd77d

%0
%16
%51
%0

Triadic Colors of #ffd77d

#ffd77d #7dffd7 #d77dff

Analogous Colors of #ffd77d

#ffd77d #e6ff7d #ff967d

Monochromatic Colors of #ffd77d

#ffd77d

Complementary Color

#ffd77d #7da5ff

#ffd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd77d Color CSS Codes

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

#ffd77d Text Font Color

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

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


#ffd77d Background Color

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

This div background color is #ffd77d


#ffd77d Border Color

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

This div border color is #ffd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd77d

#ffd77d Color Palettes


Comments

No comments written yet.

Please login to write comment.