Color Hex Logo

#ffd077 Color Hex

#FFD077
(255,208,119)
1 Favorites   0 Comments

Color spaces of #ffd077

RGB 255208119
HSL0.111.000.73
HSV39°53°100°
CMYK 0.000.180.53   0.00
XYZ67.125667.703726.9830
Yxy67.70370.41480.4184
Hunter Lab82.28231.625838.1545
CIE-Lab85.85816.223049.9931

#ffd077 color RGB value is (255,208,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01110111
Octal 377 320 167
Decimal 255 208 119
Hex FF D0 77

RGB Percentages of Color #ffd077

%43.81
%35.74
%20.45

CMYK Percentages of Color #ffd077

%0
%18
%53
%0

Triadic Colors of #ffd077

#ffd077 #77ffd0 #d077ff

Analogous Colors of #ffd077

#ffd077 #eaff77 #ff8c77

Monochromatic Colors of #ffd077

#ffd077

Complementary Color

#ffd077 #77a6ff

#ffd077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd077 Color CSS Codes

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

#ffd077 Text Font Color

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

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


#ffd077 Background Color

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

This div background color is #ffd077


#ffd077 Border Color

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

This div border color is #ffd077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd077


Comments

No comments written yet.

Please login to write comment.