Color Hex Logo

#ffdbae Color Hex

#FFDBAE
(255,219,174)
0 Favorites   0 Comments

Color spaces of #ffdbae

RGB 255219174
HSL0.091.000.84
HSV33°32°100°
CMYK 0.000.140.32   0.00
XYZ74.211574.979050.6054
Yxy74.97900.37140.3753
Hunter Lab86.59041.448525.9629
CIE-Lab89.38326.175326.7746

#ffdbae color RGB value is (255,219,174).

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

The process color (four color CMYK) of #ffdbae color hex is 0.00, 0.14, 0.32, 0.00. Web safe color of #ffdbae is #ffcc99. Color #ffdbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10101110
Octal 377 333 256
Decimal 255 219 174
Hex FF DB AE

RGB Percentages of Color #ffdbae

%39.35
%33.80
%26.85

CMYK Percentages of Color #ffdbae

%0
%14
%32
%0

Triadic Colors of #ffdbae

#ffdbae #aeffdb #dbaeff

Analogous Colors of #ffdbae

#ffdbae #fbffae #ffb3ae

Monochromatic Colors of #ffdbae

#ffdbae

Complementary Color

#ffdbae #aed2ff

#ffdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbae Color CSS Codes

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

#ffdbae Text Font Color

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

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


#ffdbae Background Color

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

This div background color is #ffdbae


#ffdbae Border Color

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

This div border color is #ffdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbae


Comments

No comments written yet.

Please login to write comment.