Color Hex Logo

#ffdb7e Color Hex

#FFDB7E
(255,219,126)
0 Favorites   0 Comments

Color spaces of #ffdb7e

RGB 255219126
HSL0.121.000.75
HSV43°51°100°
CMYK 0.000.140.51   0.00
XYZ70.337473.429430.2048
Yxy73.42940.40430.4221
Hunter Lab85.6910-3.441739.0848
CIE-Lab88.65211.171049.9973

#ffdb7e color RGB value is (255,219,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01111110
Octal 377 333 176
Decimal 255 219 126
Hex FF DB 7E

RGB Percentages of Color #ffdb7e

%42.50
%36.50
%21.00

CMYK Percentages of Color #ffdb7e

%0
%14
%51
%0

Triadic Colors of #ffdb7e

#ffdb7e #7effdb #db7eff

Analogous Colors of #ffdb7e

#ffdb7e #e3ff7e #ff9b7e

Monochromatic Colors of #ffdb7e

#ffdb7e

Complementary Color

#ffdb7e #7ea2ff

#ffdb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb7e Color CSS Codes

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

#ffdb7e Text Font Color

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

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


#ffdb7e Background Color

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

This div background color is #ffdb7e


#ffdb7e Border Color

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

This div border color is #ffdb7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,219,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 #ffdb7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb7e

Related Colors

#ffdb7e Color Palettes


Comments

No comments written yet.

Please login to write comment.