Color Hex Logo

#ffdb42 Color Hex

#FFDB42
(255,219,66)
0 Favorites   0 Comments

Color spaces of #ffdb42

RGB 25521966
HSL0.131.000.63
HSV49°74°100°
CMYK 0.000.140.74   0.00
XYZ67.554972.316415.5522
Yxy72.31640.43470.4653
Hunter Lab85.0390-7.018248.6842
CIE-Lab88.1207-2.582374.9724

#ffdb42 color RGB value is (255,219,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 01000010
Octal 377 333 102
Decimal 255 219 66
Hex FF DB 42

RGB Percentages of Color #ffdb42

%47.22
%40.56
%12.22

CMYK Percentages of Color #ffdb42

%0
%14
%74
%0

Triadic Colors of #ffdb42

#ffdb42 #42ffdb #db42ff

Analogous Colors of #ffdb42

#ffdb42 #c5ff42 #ff7d42

Monochromatic Colors of #ffdb42

#ffdb42

Complementary Color

#ffdb42 #4266ff

#ffdb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb42 Color CSS Codes

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

#ffdb42 Text Font Color

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

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


#ffdb42 Background Color

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

This div background color is #ffdb42


#ffdb42 Border Color

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

This div border color is #ffdb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb42


Comments

No comments written yet.

Please login to write comment.