Color Hex Logo

#ffdb5b Color Hex

#FFDB5B
(255,219,91)
0 Favorites   0 Comments

Color spaces of #ffdb5b

RGB 25521991
HSL0.131.000.68
HSV47°64°100°
CMYK 0.000.140.64   0.00
XYZ68.459872.678420.3176
Yxy72.67840.42400.4501
Hunter Lab85.2516-5.849145.5458
CIE-Lab88.2941-1.346465.5294

#ffdb5b color RGB value is (255,219,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01011011
Octal 377 333 133
Decimal 255 219 91
Hex FF DB 5B

RGB Percentages of Color #ffdb5b

%45.13
%38.76
%16.11

CMYK Percentages of Color #ffdb5b

%0
%14
%64
%0

Triadic Colors of #ffdb5b

#ffdb5b #5bffdb #db5bff

Analogous Colors of #ffdb5b

#ffdb5b #d1ff5b #ff895b

Monochromatic Colors of #ffdb5b

#ffdb5b

Complementary Color

#ffdb5b #5b7fff

#ffdb5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb5b Color CSS Codes

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

#ffdb5b Text Font Color

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

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


#ffdb5b Background Color

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

This div background color is #ffdb5b


#ffdb5b Border Color

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

This div border color is #ffdb5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb5b

Related Colors

#ffdb5b Color Palettes


Comments

No comments written yet.

Please login to write comment.