Color Hex Logo

#ffdb85 Color Hex

#FFDB85
(255,219,133)
0 Favorites   0 Comments

Color spaces of #ffdb85

RGB 255219133
HSL0.121.000.76
HSV42°48°100°
CMYK 0.000.140.48   0.00
XYZ70.805273.616532.6679
Yxy73.61650.39980.4157
Hunter Lab85.8001-2.845737.4857
CIE-Lab88.74091.788646.6971

#ffdb85 color RGB value is (255,219,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10000101
Octal 377 333 205
Decimal 255 219 133
Hex FF DB 85

RGB Percentages of Color #ffdb85

%42.01
%36.08
%21.91

CMYK Percentages of Color #ffdb85

%0
%14
%48
%0

Triadic Colors of #ffdb85

#ffdb85 #85ffdb #db85ff

Analogous Colors of #ffdb85

#ffdb85 #e6ff85 #ff9e85

Monochromatic Colors of #ffdb85

#ffdb85

Complementary Color

#ffdb85 #85a9ff

#ffdb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb85 Color CSS Codes

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

#ffdb85 Text Font Color

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

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


#ffdb85 Background Color

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

This div background color is #ffdb85


#ffdb85 Border Color

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

This div border color is #ffdb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb85


Comments

No comments written yet.

Please login to write comment.