Color Hex Logo

#ffdc7a Color Hex

#FFDC7A
(255,220,122)
0 Favorites   0 Comments

Color spaces of #ffdc7a

RGB 255220122
HSL0.121.000.74
HSV44°52°100°
CMYK 0.000.140.52   0.00
XYZ70.346173.851528.9595
Yxy73.85150.40630.4265
Hunter Lab85.9369-4.273340.1759
CIE-Lab88.85230.327052.1602

#ffdc7a color RGB value is (255,220,122).

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

The process color (four color CMYK) of #ffdc7a color hex is 0.00, 0.14, 0.52, 0.00. Web safe color of #ffdc7a is #ffcc66. Color #ffdc7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01111010
Octal 377 334 172
Decimal 255 220 122
Hex FF DC 7A

RGB Percentages of Color #ffdc7a

%42.71
%36.85
%20.44

CMYK Percentages of Color #ffdc7a

%0
%14
%52
%0

Triadic Colors of #ffdc7a

#ffdc7a #7affdc #dc7aff

Analogous Colors of #ffdc7a

#ffdc7a #e0ff7a #ff9a7a

Monochromatic Colors of #ffdc7a

#ffdc7a

Complementary Color

#ffdc7a #7a9dff

#ffdc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc7a Color CSS Codes

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

#ffdc7a Text Font Color

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

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


#ffdc7a Background Color

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

This div background color is #ffdc7a


#ffdc7a Border Color

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

This div border color is #ffdc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc7a

Related Colors


Comments

No comments written yet.

Please login to write comment.