Color Hex Logo

#ffdc4b Color Hex

#FFDC4B
(255,220,75)
0 Favorites   0 Comments

Color spaces of #ffdc4b

RGB 25522075
HSL0.131.000.65
HSV48°71°100°
CMYK 0.000.140.71   0.00
XYZ68.103272.954417.1488
Yxy72.95440.43050.4611
Hunter Lab85.4133-7.148847.8854
CIE-Lab88.4260-2.694372.0371

#ffdc4b color RGB value is (255,220,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01001011
Octal 377 334 113
Decimal 255 220 75
Hex FF DC 4B

RGB Percentages of Color #ffdc4b

%46.36
%40.00
%13.64

CMYK Percentages of Color #ffdc4b

%0
%14
%71
%0

Triadic Colors of #ffdc4b

#ffdc4b #4bffdc #dc4bff

Analogous Colors of #ffdc4b

#ffdc4b #c8ff4b #ff824b

Monochromatic Colors of #ffdc4b

#ffdc4b

Complementary Color

#ffdc4b #4b6eff

#ffdc4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc4b Color CSS Codes

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

#ffdc4b Text Font Color

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

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


#ffdc4b Background Color

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

This div background color is #ffdc4b


#ffdc4b Border Color

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

This div border color is #ffdc4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc4b


Comments

No comments written yet.

Please login to write comment.