Color Hex Logo

#ffd67c Color Hex

#FFD67C
(255,214,124)
0 Favorites   0 Comments

Color spaces of #ffd67c

RGB 255214124
HSL0.111.000.74
HSV41°51°100°
CMYK 0.000.160.51   0.00
XYZ68.924770.808429.1034
Yxy70.80840.40820.4194
Hunter Lab84.1477-1.050738.3973
CIE-Lab87.39183.554949.4296

#ffd67c color RGB value is (255,214,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01111100
Octal 377 326 174
Decimal 255 214 124
Hex FF D6 7C

RGB Percentages of Color #ffd67c

%43.00
%36.09
%20.91

CMYK Percentages of Color #ffd67c

%0
%16
%51
%0

Triadic Colors of #ffd67c

#ffd67c #7cffd6 #d67cff

Analogous Colors of #ffd67c

#ffd67c #e7ff7c #ff957c

Monochromatic Colors of #ffd67c

#ffd67c

Complementary Color

#ffd67c #7ca5ff

#ffd67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd67c Color CSS Codes

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

#ffd67c Text Font Color

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

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


#ffd67c Background Color

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

This div background color is #ffd67c


#ffd67c Border Color

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

This div border color is #ffd67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd67c

Related Colors

#ffd67c Color Palettes


Comments

No comments written yet.

Please login to write comment.