Color Hex Logo

#ffdb41 Color Hex

#FFDB41
(255,219,65)
0 Favorites   0 Comments

Color spaces of #ffdb41

RGB 25521965
HSL0.141.000.63
HSV49°75°100°
CMYK 0.000.140.75   0.00
XYZ67.525772.304715.3982
Yxy72.30470.43500.4658
Hunter Lab85.0322-7.056048.7859
CIE-Lab88.1150-2.622475.3090

#ffdb41 color RGB value is (255,219,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01000001
Octal 377 333 101
Decimal 255 219 65
Hex FF DB 41

RGB Percentages of Color #ffdb41

%47.31
%40.63
%12.06

CMYK Percentages of Color #ffdb41

%0
%14
%75
%0

Triadic Colors of #ffdb41

#ffdb41 #41ffdb #db41ff

Analogous Colors of #ffdb41

#ffdb41 #c4ff41 #ff7c41

Monochromatic Colors of #ffdb41

#ffdb41

Complementary Color

#ffdb41 #4165ff

#ffdb41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb41 Color CSS Codes

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

#ffdb41 Text Font Color

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

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


#ffdb41 Background Color

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

This div background color is #ffdb41


#ffdb41 Border Color

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

This div border color is #ffdb41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb41

#ffdb41 Color Palettes


Comments

No comments written yet.

Please login to write comment.