Color Hex Logo

#ffd67e Color Hex

#FFD67E
(255,214,126)
0 Favorites   0 Comments

Color spaces of #ffd67e

RGB 255214126
HSL0.111.000.75
HSV41°51°100°
CMYK 0.000.160.51   0.00
XYZ69.052570.859529.7765
Yxy70.85950.40690.4176
Hunter Lab84.1781-0.885537.9519
CIE-Lab87.41673.725248.4868

#ffd67e color RGB value is (255,214,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 01111110
Octal 377 326 176
Decimal 255 214 126
Hex FF D6 7E

RGB Percentages of Color #ffd67e

%42.86
%35.97
%21.18

CMYK Percentages of Color #ffd67e

%0
%16
%51
%0

Triadic Colors of #ffd67e

#ffd67e #7effd6 #d67eff

Analogous Colors of #ffd67e

#ffd67e #e8ff7e #ff967e

Monochromatic Colors of #ffd67e

#ffd67e

Complementary Color

#ffd67e #7ea7ff

#ffd67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd67e Color CSS Codes

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

#ffd67e Text Font Color

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

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


#ffd67e Background Color

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

This div background color is #ffd67e


#ffd67e Border Color

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

This div border color is #ffd67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd67e

Related Colors


Comments

No comments written yet.

Please login to write comment.