Color Hex Logo

#ffdc54 Color Hex

#FFDC54
(255,220,84)
0 Favorites   0 Comments

Color spaces of #ffdc54

RGB 25522084
HSL0.131.000.66
HSV48°67°100°
CMYK 0.000.140.67   0.00
XYZ68.433473.086518.8878
Yxy73.08650.42660.4556
Hunter Lab85.4906-6.723346.7443
CIE-Lab88.4890-2.243968.6117

#ffdc54 color RGB value is (255,220,84).

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

The process color (four color CMYK) of #ffdc54 color hex is 0.00, 0.14, 0.67, 0.00. Web safe color of #ffdc54 is #ffcc66. Color #ffdc54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01010100
Octal 377 334 124
Decimal 255 220 84
Hex FF DC 54

RGB Percentages of Color #ffdc54

%45.62
%39.36
%15.03

CMYK Percentages of Color #ffdc54

%0
%14
%67
%0

Triadic Colors of #ffdc54

#ffdc54 #54ffdc #dc54ff

Analogous Colors of #ffdc54

#ffdc54 #cdff54 #ff8754

Monochromatic Colors of #ffdc54

#ffdc54

Complementary Color

#ffdc54 #5477ff

#ffdc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc54 Color CSS Codes

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

#ffdc54 Text Font Color

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

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


#ffdc54 Background Color

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

This div background color is #ffdc54


#ffdc54 Border Color

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

This div border color is #ffdc54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc54


Comments

No comments written yet.

Please login to write comment.