Color Hex Logo

#ffcd7f Color Hex

#FFCD7F
(255,205,127)
0 Favorites   0 Comments

Color spaces of #ffcd7f

RGB 255205127
HSL0.101.000.75
HSV37°50°100°
CMYK 0.000.200.50   0.00
XYZ66.902166.454929.3796
Yxy66.45490.41110.4084
Hunter Lab81.51993.832435.6959
CIE-Lab85.22798.444445.2924

#ffcd7f color RGB value is (255,205,127).

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

The process color (four color CMYK) of #ffcd7f color hex is 0.00, 0.20, 0.50, 0.00. Web safe color of #ffcd7f is #ffcc66. Color #ffcd7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 01111111
Octal 377 315 177
Decimal 255 205 127
Hex FF CD 7F

RGB Percentages of Color #ffcd7f

%43.44
%34.92
%21.64

CMYK Percentages of Color #ffcd7f

%0
%20
%50
%0

Triadic Colors of #ffcd7f

#ffcd7f #7fffcd #cd7fff

Analogous Colors of #ffcd7f

#ffcd7f #f1ff7f #ff8d7f

Monochromatic Colors of #ffcd7f

#ffcd7f

Complementary Color

#ffcd7f #7fb1ff

#ffcd7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd7f Color CSS Codes

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

#ffcd7f Text Font Color

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

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


#ffcd7f Background Color

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

This div background color is #ffcd7f


#ffcd7f Border Color

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

This div border color is #ffcd7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd7f

#ffcd7f Color Palettes


Comments

No comments written yet.

Please login to write comment.