Color Hex Logo

#ffdb3e Color Hex

#FFDB3E
(255,219,62)
0 Favorites   0 Comments

Color spaces of #ffdb3e

RGB 25521962
HSL0.141.000.62
HSV49°76°100°
CMYK 0.000.140.76   0.00
XYZ67.441072.270814.9526
Yxy72.27080.43600.4673
Hunter Lab85.0122-7.165749.0802
CIE-Lab88.0988-2.738976.2959

#ffdb3e color RGB value is (255,219,62).

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

The process color (four color CMYK) of #ffdb3e color hex is 0.00, 0.14, 0.76, 0.00. Web safe color of #ffdb3e is #ffcc33. Color #ffdb3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00111110
Octal 377 333 76
Decimal 255 219 62
Hex FF DB 3E

RGB Percentages of Color #ffdb3e

%47.57
%40.86
%11.57

CMYK Percentages of Color #ffdb3e

%0
%14
%76
%0

Triadic Colors of #ffdb3e

#ffdb3e #3effdb #db3eff

Analogous Colors of #ffdb3e

#ffdb3e #c3ff3e #ff7b3e

Monochromatic Colors of #ffdb3e

#ffdb3e

Complementary Color

#ffdb3e #3e62ff

#ffdb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb3e Color CSS Codes

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

#ffdb3e Text Font Color

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

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


#ffdb3e Background Color

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

This div background color is #ffdb3e


#ffdb3e Border Color

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

This div border color is #ffdb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb3e

Related Colors


Comments

No comments written yet.

Please login to write comment.