Color Hex Logo

#ffd057 Color Hex

#FFD057
(255,208,87)
0 Favorites   0 Comments

Color spaces of #ffd057

RGB 25520887
HSL0.121.000.67
HSV43°66°100°
CMYK 0.000.180.66   0.00
XYZ65.516267.059918.5076
Yxy67.05990.43360.4439
Hunter Lab81.8901-0.498743.9232
CIE-Lab85.53424.031764.2708

#ffd057 color RGB value is (255,208,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01010111
Octal 377 320 127
Decimal 255 208 87
Hex FF D0 57

RGB Percentages of Color #ffd057

%46.36
%37.82
%15.82

CMYK Percentages of Color #ffd057

%0
%18
%66
%0

Triadic Colors of #ffd057

#ffd057 #57ffd0 #d057ff

Analogous Colors of #ffd057

#ffd057 #daff57 #ff7c57

Monochromatic Colors of #ffd057

#ffd057

Complementary Color

#ffd057 #5786ff

#ffd057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd057 Color CSS Codes

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

#ffd057 Text Font Color

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

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


#ffd057 Background Color

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

This div background color is #ffd057


#ffd057 Border Color

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

This div border color is #ffd057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd057

Related Colors


Comments

No comments written yet.

Please login to write comment.