Color Hex Logo

#ffdb2c Color Hex

#FFDB2C
(255,219,44)
0 Favorites   0 Comments

Color spaces of #ffdb2c

RGB 25521944
HSL0.141.000.59
HSV50°83°100°
CMYK 0.000.140.83   0.00
XYZ67.026172.104912.7679
Yxy72.10490.44130.4747
Hunter Lab84.9146-7.704250.5253
CIE-Lab88.0191-3.311781.4506

#ffdb2c color RGB value is (255,219,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 00101100
Octal 377 333 54
Decimal 255 219 44
Hex FF DB 2C

RGB Percentages of Color #ffdb2c

%49.23
%42.28
%8.49

CMYK Percentages of Color #ffdb2c

%0
%14
%83
%0

Triadic Colors of #ffdb2c

#ffdb2c #2cffdb #db2cff

Analogous Colors of #ffdb2c

#ffdb2c #baff2c #ff722c

Monochromatic Colors of #ffdb2c

#ffdb2c

Complementary Color

#ffdb2c #2c50ff

#ffdb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdb2c Color CSS Codes

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

#ffdb2c Text Font Color

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

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


#ffdb2c Background Color

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

This div background color is #ffdb2c


#ffdb2c Border Color

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

This div border color is #ffdb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdb2c

Related Colors


Comments

No comments written yet.

Please login to write comment.